"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/23 02:21:07 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-gidewec2hiba" 2026/05/23 02:21:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/23 02:21:07 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/23 02:21:07 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/05/23 02:21:07 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/23 02:21:07 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/05/23 02:21:07 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/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell type "unix" from config 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Relative path resolved to "/rclone-test-gidewec2hiba" 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Using root directory "/rclone-test-gidewec2hiba" 2026/05/23 02:21:07 DEBUG : Creating backend with remote "/tmp/rclone215259255" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:07 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:07 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:08 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:08 DEBUG : dir: Looking for writers 2026/05/23 02:21:08 DEBUG : Looking for writers 2026/05/23 02:21:08 DEBUG : dir: reading active writers 2026/05/23 02:21:08 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.17s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:08 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/subdir/file3" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/subdir/file3 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/subdir/file3" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-gidewec2hiba/dir/subdir/file3 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/subdir/file3" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/subdir/file3 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/subdir/file3" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-gidewec2hiba/dir/subdir/file3 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/23 02:21:08 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:08 DEBUG : dir/subdir: Looking for writers 2026/05/23 02:21:08 DEBUG : dir: Looking for writers 2026/05/23 02:21:08 DEBUG : file1: reading active writers 2026/05/23 02:21:08 DEBUG : file2: reading active writers 2026/05/23 02:21:08 DEBUG : subdir: reading active writers 2026/05/23 02:21:08 DEBUG : Looking for writers 2026/05/23 02:21:08 DEBUG : dir: reading active writers 2026/05/23 02:21:08 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.60s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:08 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:08 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:08 DEBUG : dir: Looking for writers 2026/05/23 02:21:08 DEBUG : file1: reading active writers 2026/05/23 02:21:08 DEBUG : Looking for writers 2026/05/23 02:21:08 DEBUG : dir: reading active writers 2026/05/23 02:21:08 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:08 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:08 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:09 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:09 DEBUG : dir: Looking for writers 2026/05/23 02:21:09 DEBUG : Looking for writers 2026/05/23 02:21:09 DEBUG : dir: reading active writers 2026/05/23 02:21:09 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:09 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:09 DEBUG : dir: forgetting directory cache 2026/05/23 02:21:09 DEBUG : forgetting directory cache 2026/05/23 02:21:09 DEBUG : dir: forgetting directory cache 2026/05/23 02:21:09 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:09 DEBUG : Looking for writers 2026/05/23 02:21:09 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:09 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:09 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/23 02:21:09 DEBUG : dir: invalidating directory cache 2026/05/23 02:21:09 DEBUG : >ForgetPath: 2026/05/23 02:21:09 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/23 02:21:09 DEBUG : invalidating directory cache 2026/05/23 02:21:09 DEBUG : dir: forgetting directory cache 2026/05/23 02:21:09 DEBUG : >ForgetPath: 2026/05/23 02:21:09 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/23 02:21:09 DEBUG : >ForgetPath: 2026/05/23 02:21:09 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:09 DEBUG : dir: Looking for writers 2026/05/23 02:21:09 DEBUG : Looking for writers 2026/05/23 02:21:09 DEBUG : dir: reading active writers 2026/05/23 02:21:09 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:09 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/fil/a/b/c" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/fil/a/b/c 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/fil/a/b/c" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-gidewec2hiba/fil/a/b/c 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:09 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/fil/a/b/c" 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/fil/a/b/c 2026/05/23 02:21:09 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/fil/a/b/c" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-gidewec2hiba/fil/a/b/c 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:10 DEBUG : forgetting directory cache 2026/05/23 02:21:10 DEBUG : dir: forgetting directory cache 2026/05/23 02:21:10 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:10 DEBUG : fil/a/b: Looking for writers 2026/05/23 02:21:10 DEBUG : fil/a: Looking for writers 2026/05/23 02:21:10 DEBUG : b: reading active writers 2026/05/23 02:21:10 DEBUG : fil: Looking for writers 2026/05/23 02:21:10 DEBUG : a: reading active writers 2026/05/23 02:21:10 DEBUG : dir: Looking for writers 2026/05/23 02:21:10 DEBUG : Looking for writers 2026/05/23 02:21:10 DEBUG : dir: reading active writers 2026/05/23 02:21:10 DEBUG : fil: reading active writers 2026/05/23 02:21:10 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.78s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:10 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:10 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:10 DEBUG : dir: Looking for writers 2026/05/23 02:21:10 DEBUG : Looking for writers 2026/05/23 02:21:10 DEBUG : dir: reading active writers 2026/05/23 02:21:10 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:10 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:10 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:10 DEBUG : dir: Looking for writers 2026/05/23 02:21:10 DEBUG : file1: reading active writers 2026/05/23 02:21:10 DEBUG : Looking for writers 2026/05/23 02:21:10 DEBUG : dir: reading active writers 2026/05/23 02:21:10 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:10 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:10 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/subdir/file3" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/subdir/file3 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/subdir/file3" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-gidewec2hiba/dir/subdir/file3 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/subdir/file3" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/subdir/file3 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/subdir/file3" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-gidewec2hiba/dir/subdir/file3 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/23 02:21:11 DEBUG : Waiting for deletions to finish 2026/05/23 02:21:11 INFO : dir/subdir/file3: Deleted 2026/05/23 02:21:11 DEBUG : removing 1 level 2 directories 2026/05/23 02:21:11 INFO : dir/subdir: Removing directory 2026/05/23 02:21:11 DEBUG : dir: invalidating directory cache 2026/05/23 02:21:11 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/23 02:21:11 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/23 02:21:11 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/23 02:21:11 DEBUG : dir/file1: Reset virtual modtime 2026/05/23 02:21:11 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/23 02:21:11 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:11 DEBUG : dir: invalidating directory cache 2026/05/23 02:21:11 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/23 02:21:11 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/23 02:21:11 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/23 02:21:11 DEBUG : forgetting directory cache 2026/05/23 02:21:11 DEBUG : dir: forgetting directory cache 2026/05/23 02:21:11 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/23 02:21:11 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:11 DEBUG : dir/virtualDir: Looking for writers 2026/05/23 02:21:11 DEBUG : dir: Looking for writers 2026/05/23 02:21:11 DEBUG : file1: reading active writers 2026/05/23 02:21:11 DEBUG : virtualFile2: reading active writers 2026/05/23 02:21:11 DEBUG : virtualFile: reading active writers 2026/05/23 02:21:11 DEBUG : virtualDir: reading active writers 2026/05/23 02:21:11 DEBUG : Looking for writers 2026/05/23 02:21:11 DEBUG : dir: reading active writers 2026/05/23 02:21:11 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.64s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:11 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:11 ERROR : dir/: Can only open directories read only 2026/05/23 02:21:11 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:11 DEBUG : dir: Looking for writers 2026/05/23 02:21:11 DEBUG : Looking for writers 2026/05/23 02:21:11 DEBUG : dir: reading active writers 2026/05/23 02:21:11 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:11 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:11 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/23 02:21:11 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (5 bytes), uploading instead of streaming 2026/05/23 02:21:11 DEBUG : dir/potato: size = 5 OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/potato" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/potato 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/potato" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/dir/potato 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:11 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:11 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:11 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/23 02:21:11 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/23 02:21:11 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:11 DEBUG : dir: Looking for writers 2026/05/23 02:21:11 DEBUG : file1: reading active writers 2026/05/23 02:21:11 DEBUG : potato: reading active writers 2026/05/23 02:21:11 DEBUG : Looking for writers 2026/05/23 02:21:11 DEBUG : dir: reading active writers 2026/05/23 02:21:11 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.42s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:11 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:11 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:12 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:12 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:12 DEBUG : dir/sub: Looking for writers 2026/05/23 02:21:12 DEBUG : dir: Looking for writers 2026/05/23 02:21:12 DEBUG : file1: reading active writers 2026/05/23 02:21:12 DEBUG : sub: reading active writers 2026/05/23 02:21:12 DEBUG : Looking for writers 2026/05/23 02:21:12 DEBUG : dir: reading active writers 2026/05/23 02:21:12 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.53s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:12 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:12 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/23 02:21:12 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:12 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:12 DEBUG : dir/sub/subsub: Looking for writers 2026/05/23 02:21:12 DEBUG : dir/sub: Looking for writers 2026/05/23 02:21:12 DEBUG : subsub: reading active writers 2026/05/23 02:21:12 DEBUG : dir: Looking for writers 2026/05/23 02:21:12 DEBUG : file1: reading active writers 2026/05/23 02:21:12 DEBUG : sub: reading active writers 2026/05/23 02:21:12 DEBUG : Looking for writers 2026/05/23 02:21:12 DEBUG : dir: reading active writers 2026/05/23 02:21:12 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.40s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:12 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:12 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:13 ERROR : dir/: Dir.Remove not empty 2026/05/23 02:21:13 DEBUG : dir/file1: Remove: 2026/05/23 02:21:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:13 DEBUG : dir/file1: >Remove: err= 2026/05/23 02:21:13 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/23 02:21:13 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:13 DEBUG : Looking for writers 2026/05/23 02:21:13 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:13 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:13 DEBUG : dir/file1: Remove: 2026/05/23 02:21:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:13 DEBUG : dir/file1: >Remove: err= 2026/05/23 02:21:13 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/23 02:21:13 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:13 DEBUG : Looking for writers 2026/05/23 02:21:13 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.20s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:13 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:13 DEBUG : dir/file1: Remove: 2026/05/23 02:21:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:13 DEBUG : dir/file1: >Remove: err= 2026/05/23 02:21:13 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:13 DEBUG : dir: Looking for writers 2026/05/23 02:21:13 DEBUG : Looking for writers 2026/05/23 02:21:13 DEBUG : dir: reading active writers 2026/05/23 02:21:13 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:13 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:13 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gidewec2hiba/dir/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gidewec2hiba/dir/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/23 02:21:14 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/23 02:21:14 DEBUG : dir: Updating dir with dir2 0x37cb303df520 2026/05/23 02:21:14 DEBUG : dir: forgetting directory cache 2026/05/23 02:21:14 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/23 02:21:14 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/file1" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir2/file1 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir2/file1" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir2/file1 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/file1" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir2/file1 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir2/file1" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir2/file1 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/23 02:21:14 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/23 02:21:14 DEBUG : file2: Updating file with file2 0x37cb302e8820 2026/05/23 02:21:14 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:14 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:14 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:14 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:15 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:15 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/23 02:21:15 INFO : dir2/file3: Deleted 2026/05/23 02:21:15 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/23 02:21:15 DEBUG : dir2/file3: Updating file with dir2/file3 0x37cb302e8820 2026/05/23 02:21:15 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/23 02:21:15 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:15 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir2/file3" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir2/file3 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:15 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:15 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/23 02:21:15 DEBUG : empty directory: Updating dir with renamed empty directory 0x37cb303e91e0 2026/05/23 02:21:15 DEBUG : empty directory: forgetting directory cache 2026/05/23 02:21:15 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/23 02:21:15 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/23 02:21:15 DEBUG : dir2: Renaming to "dir3" 2026/05/23 02:21:15 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:15 DEBUG : dir3: Looking for writers 2026/05/23 02:21:15 DEBUG : file3: reading active writers 2026/05/23 02:21:15 DEBUG : renamed empty directory: Looking for writers 2026/05/23 02:21:15 DEBUG : Looking for writers 2026/05/23 02:21:15 DEBUG : dir3: reading active writers 2026/05/23 02:21:15 DEBUG : renamed empty directory: reading active writers 2026/05/23 02:21:15 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.71s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:15 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:15 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/23 02:21:15 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:15 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/23 02:21:15 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/23 02:21:15 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/23 02:21:15 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/23 02:21:15 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/23 02:21:15 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:15 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/23 02:21:15 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/23 02:21:15 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/23 02:21:15 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/23 02:21:15 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (12 bytes), uploading instead of streaming 2026/05/23 02:21:15 DEBUG : dir/sub/file2: size = 12 OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/sub/file2" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/sub/file2 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/sub/file2" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-gidewec2hiba/dir/sub/file2 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:15 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/23 02:21:15 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/23 02:21:15 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/23 02:21:15 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/23 02:21:15 DEBUG : forgetting directory cache 2026/05/23 02:21:15 DEBUG : dir: forgetting directory cache 2026/05/23 02:21:15 DEBUG : dir/sub: forgetting directory cache 2026/05/23 02:21:15 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/23 02:21:15 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (5 bytes), uploading instead of streaming 2026/05/23 02:21:15 DEBUG : dir/sub/file0: size = 5 OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/sub/file0" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/sub/file0 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/sub/file0" 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/dir/sub/file0 2026/05/23 02:21:15 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:15 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:15 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:15 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/23 02:21:15 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/23 02:21:15 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:15 DEBUG : dir/sub: Looking for writers 2026/05/23 02:21:15 DEBUG : file0: reading active writers 2026/05/23 02:21:15 DEBUG : file2: reading active writers 2026/05/23 02:21:15 DEBUG : dir: Looking for writers 2026/05/23 02:21:15 DEBUG : file1: reading active writers 2026/05/23 02:21:15 DEBUG : sub: reading active writers 2026/05/23 02:21:15 DEBUG : Looking for writers 2026/05/23 02:21:15 DEBUG : dir: reading active writers 2026/05/23 02:21:15 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:15 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:15 DEBUG : forgetting directory cache 2026/05/23 02:21:16 DEBUG : forgetting directory cache 2026/05/23 02:21:16 DEBUG : dir: forgetting directory cache 2026/05/23 02:21:16 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:16 DEBUG : dir: Looking for writers 2026/05/23 02:21:16 DEBUG : Looking for writers 2026/05/23 02:21:16 DEBUG : dir: reading active writers 2026/05/23 02:21:16 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:16 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:16 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/23 02:21:17 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:17 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/23 02:21:17 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/23 02:21:17 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/23 02:21:17 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:17 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:17 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/23 02:21:17 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:17 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/23 02:21:17 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/23 02:21:17 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/23 02:21:17 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:17 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:17 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:17 DEBUG : dir: Looking for writers 2026/05/23 02:21:17 DEBUG : file1: reading active writers 2026/05/23 02:21:17 DEBUG : file1.metadata: reading active writers 2026/05/23 02:21:17 DEBUG : Looking for writers 2026/05/23 02:21:17 DEBUG : dir: reading active writers 2026/05/23 02:21:17 DEBUG : dir.metadata: reading active writers 2026/05/23 02:21:17 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.23s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:17 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:17 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:17 DEBUG : dir: Looking for writers 2026/05/23 02:21:17 DEBUG : file1: reading active writers 2026/05/23 02:21:17 DEBUG : Looking for writers 2026/05/23 02:21:17 DEBUG : dir: reading active writers 2026/05/23 02:21:17 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:17 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:17 DEBUG : Can set mod time: true 2026/05/23 02:21:17 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:17 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:17 DEBUG : dir: Looking for writers 2026/05/23 02:21:17 DEBUG : file1: reading active writers 2026/05/23 02:21:17 DEBUG : Looking for writers 2026/05/23 02:21:17 DEBUG : dir: reading active writers 2026/05/23 02:21:17 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:17 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:17 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/23 02:21:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (0 bytes), uploading instead of streaming 2026/05/23 02:21:17 DEBUG : dir/file1: size = 0 OK 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:17 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:18 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/23 02:21:18 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:18 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/23 02:21:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:18 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:18 DEBUG : dir: Looking for writers 2026/05/23 02:21:18 DEBUG : file1: reading active writers 2026/05/23 02:21:18 DEBUG : Looking for writers 2026/05/23 02:21:18 DEBUG : dir: reading active writers 2026/05/23 02:21:18 DEBUG : >WaitForWriters: 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/23 02:21:18 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:18 DEBUG : dir: Looking for writers 2026/05/23 02:21:18 DEBUG : file1: reading active writers 2026/05/23 02:21:18 DEBUG : Looking for writers 2026/05/23 02:21:18 DEBUG : dir: reading active writers 2026/05/23 02:21:18 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:18 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:18 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:18 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/23 02:21:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (5 bytes), uploading instead of streaming 2026/05/23 02:21:18 DEBUG : dir/file1: size = 5 OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:18 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:18 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:18 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/23 02:21:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:18 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:18 DEBUG : dir: Looking for writers 2026/05/23 02:21:18 DEBUG : file1: reading active writers 2026/05/23 02:21:18 DEBUG : Looking for writers 2026/05/23 02:21:18 DEBUG : dir: reading active writers 2026/05/23 02:21:18 DEBUG : >WaitForWriters: 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/23 02:21:18 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:18 DEBUG : dir: Looking for writers 2026/05/23 02:21:18 DEBUG : file1: reading active writers 2026/05/23 02:21:18 DEBUG : Looking for writers 2026/05/23 02:21:18 DEBUG : dir: reading active writers 2026/05/23 02:21:18 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:18 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:18 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:18 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:19 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:19 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:19 DEBUG : dir: Looking for writers 2026/05/23 02:21:19 DEBUG : file1: reading active writers 2026/05/23 02:21:19 DEBUG : Looking for writers 2026/05/23 02:21:19 DEBUG : dir: reading active writers 2026/05/23 02:21:19 DEBUG : >WaitForWriters: 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:19 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:19 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/23 02:21:19 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:19 DEBUG : dir/file1(0x37cb2fd31500): close: 2026/05/23 02:21:19 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/23 02:21:19 DEBUG : dir/file1(0x37cb2fd31500): >close: err= 2026/05/23 02:21:19 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:19 DEBUG : dir: Looking for writers 2026/05/23 02:21:19 DEBUG : file1: reading active writers 2026/05/23 02:21:19 DEBUG : Looking for writers 2026/05/23 02:21:19 DEBUG : dir: reading active writers 2026/05/23 02:21:19 DEBUG : >WaitForWriters: 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:19 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:19 DEBUG : dir: Looking for writers 2026/05/23 02:21:19 DEBUG : file1: reading active writers 2026/05/23 02:21:19 DEBUG : Looking for writers 2026/05/23 02:21:19 DEBUG : dir: reading active writers 2026/05/23 02:21:19 DEBUG : >WaitForWriters: 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:19 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:19 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:19 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/23 02:21:19 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:19 DEBUG : dir/file1(0x37cb30706400): _writeAt: size=5, off=0 2026/05/23 02:21:19 DEBUG : dir/file1(0x37cb30706400): openPending: 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:19 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/23 02:21:20 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/23 02:21:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:20 DEBUG : dir/file1(0x37cb30706400): >openPending: err= 2026/05/23 02:21:20 DEBUG : dir/file1(0x37cb30706400): >_writeAt: n=5, err= 2026/05/23 02:21:20 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/23 02:21:20 DEBUG : dir/file1(0x37cb30706400): close: 2026/05/23 02:21:20 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/23 02:21:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/23 02:21:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/23 02:21:20 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/23 02:21:20 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/23 02:21:20 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:20 DEBUG : dir/file1(0x37cb30706400): >close: err= 2026/05/23 02:21:20 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:20 DEBUG : dir: Looking for writers 2026/05/23 02:21:20 DEBUG : file1: reading active writers 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : dir: reading active writers 2026/05/23 02:21:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:20 DEBUG : dir: Looking for writers 2026/05/23 02:21:20 DEBUG : file1: reading active writers 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : dir: reading active writers 2026/05/23 02:21:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:20 DEBUG : dir: Looking for writers 2026/05/23 02:21:20 DEBUG : file1: reading active writers 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : dir: reading active writers 2026/05/23 02:21:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:20 DEBUG : dir: Looking for writers 2026/05/23 02:21:20 DEBUG : file1: reading active writers 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : dir: reading active writers 2026/05/23 02:21:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:20 DEBUG : dir/file1: vfs cache: starting upload 2026/05/23 02:21:20 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1.2f98c60a.partial" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1.2f98c60a.partial 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1.2f98c60a.partial" 2026/05/23 02:21:20 DEBUG : dir: Looking for writers 2026/05/23 02:21:20 DEBUG : file1: reading active writers 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : dir: reading active writers 2026/05/23 02:21:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gidewec2hiba/dir/file1.2f98c60a.partial 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:20 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/23 02:21:20 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/23 02:21:20 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/23 02:21:20 INFO : dir/file1: Copied (replaced existing) 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:20 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/23 02:21:20 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/23 02:21:20 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:20 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/23 02:21:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:20 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:20 DEBUG : dir: Looking for writers 2026/05/23 02:21:20 DEBUG : file1: reading active writers 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : dir: reading active writers 2026/05/23 02:21:20 DEBUG : >WaitForWriters: 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:20 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:20 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/23 02:21:20 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:20 DEBUG : dir: Looking for writers 2026/05/23 02:21:20 DEBUG : file1: reading active writers 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : dir: reading active writers 2026/05/23 02:21:20 DEBUG : >WaitForWriters: 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.26s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.44s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.56s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.54s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.43s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.87s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:20 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:20 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/23 02:21:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:20 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:20 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:20 DEBUG : dir: Looking for writers 2026/05/23 02:21:20 DEBUG : file1: reading active writers 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : dir: reading active writers 2026/05/23 02:21:20 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/05/23 02:21:20 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/23 02:21:20 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/23 02:21:20 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:20 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/23 02:21:20 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:20 DEBUG : Looking for writers 2026/05/23 02:21:20 DEBUG : file.txt: reading active writers 2026/05/23 02:21:20 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:20 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:20 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (25 bytes), uploading instead of streaming 2026/05/23 02:21:21 DEBUG : dir/file1: size = 25 OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:21 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/23 02:21:21 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:21 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:21 DEBUG : dir: Looking for writers 2026/05/23 02:21:21 DEBUG : file1: reading active writers 2026/05/23 02:21:21 DEBUG : Looking for writers 2026/05/23 02:21:21 DEBUG : dir: reading active writers 2026/05/23 02:21:21 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:21 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:21 DEBUG : dir/file1: Remove: 2026/05/23 02:21:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:21 DEBUG : dir/file1: >Remove: err= 2026/05/23 02:21:21 DEBUG : dir/file1: Remove: 2026/05/23 02:21:21 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/23 02:21:21 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:21 DEBUG : dir: Looking for writers 2026/05/23 02:21:21 DEBUG : Looking for writers 2026/05/23 02:21:21 DEBUG : dir: reading active writers 2026/05/23 02:21:21 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.17s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:21 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:21 DEBUG : dir/file1: Remove: 2026/05/23 02:21:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:21 DEBUG : dir/file1: >Remove: err= 2026/05/23 02:21:21 DEBUG : dir/file1: Remove: 2026/05/23 02:21:21 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/23 02:21:21 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:21 DEBUG : dir: Looking for writers 2026/05/23 02:21:21 DEBUG : Looking for writers 2026/05/23 02:21:21 DEBUG : dir: reading active writers 2026/05/23 02:21:21 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.23s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:21 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:21 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/23 02:21:21 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/23 02:21:21 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/23 02:21:21 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/23 02:21:21 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/23 02:21:21 DEBUG : dir/file1: Open: flags=0x3 2026/05/23 02:21:21 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/23 02:21:21 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/23 02:21:21 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:21 DEBUG : dir: Looking for writers 2026/05/23 02:21:21 DEBUG : file1: reading active writers 2026/05/23 02:21:21 DEBUG : Looking for writers 2026/05/23 02:21:21 DEBUG : dir: reading active writers 2026/05/23 02:21:21 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:21 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:21 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:22 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:22 DEBUG : dir: Looking for writers 2026/05/23 02:21:22 DEBUG : file1: reading active writers 2026/05/23 02:21:22 DEBUG : Looking for writers 2026/05/23 02:21:22 DEBUG : dir: reading active writers 2026/05/23 02:21:22 DEBUG : >WaitForWriters: 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:22 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:22 DEBUG : newLeaf: Updating file with newLeaf 0x37cb3055d520 2026/05/23 02:21:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:22 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/23 02:21:22 DEBUG : dir/file1: Updating file with dir/file1 0x37cb3055d520 2026/05/23 02:21:22 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/23 02:21:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:22 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:22 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/23 02:21:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:22 DEBUG : dir/file1: File is currently open, delaying rename 0x37cb3055d520 2026/05/23 02:21:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (25 bytes), uploading instead of streaming 2026/05/23 02:21:22 DEBUG : dir/file1: size = 25 OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:22 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/23 02:21:22 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:22 DEBUG : newLeaf: Running delayed rename now 2026/05/23 02:21:22 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:22 DEBUG : newLeaf: Updating file with newLeaf 0x37cb3055d520 2026/05/23 02:21:22 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:22 DEBUG : dir: Looking for writers 2026/05/23 02:21:22 DEBUG : Looking for writers 2026/05/23 02:21:22 DEBUG : dir: reading active writers 2026/05/23 02:21:22 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:22 DEBUG : >WaitForWriters: 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:22 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/23 02:21:22 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:22 DEBUG : dir: Looking for writers 2026/05/23 02:21:22 DEBUG : Looking for writers 2026/05/23 02:21:22 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:22 DEBUG : dir: reading active writers 2026/05/23 02:21:22 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:22 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:22 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:22 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:23 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:23 DEBUG : dir: Looking for writers 2026/05/23 02:21:23 DEBUG : file1: reading active writers 2026/05/23 02:21:23 DEBUG : Looking for writers 2026/05/23 02:21:23 DEBUG : dir: reading active writers 2026/05/23 02:21:23 DEBUG : >WaitForWriters: 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:23 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:23 DEBUG : newLeaf: Updating file with newLeaf 0x37cb303de000 2026/05/23 02:21:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:23 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/23 02:21:23 DEBUG : dir/file1: Updating file with dir/file1 0x37cb303de000 2026/05/23 02:21:23 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/23 02:21:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:23 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:23 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/23 02:21:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:23 DEBUG : dir/file1: File is currently open, delaying rename 0x37cb303de000 2026/05/23 02:21:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (25 bytes), uploading instead of streaming 2026/05/23 02:21:23 DEBUG : dir/file1: size = 25 OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:23 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/23 02:21:23 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:23 DEBUG : newLeaf: Running delayed rename now 2026/05/23 02:21:23 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:23 DEBUG : newLeaf: Updating file with newLeaf 0x37cb303de000 2026/05/23 02:21:23 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:23 DEBUG : dir: Looking for writers 2026/05/23 02:21:23 DEBUG : Looking for writers 2026/05/23 02:21:23 DEBUG : dir: reading active writers 2026/05/23 02:21:23 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:23 DEBUG : >WaitForWriters: 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:23 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:23 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/23 02:21:24 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:24 DEBUG : dir: Looking for writers 2026/05/23 02:21:24 DEBUG : Looking for writers 2026/05/23 02:21:24 DEBUG : dir: reading active writers 2026/05/23 02:21:24 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:24 DEBUG : >WaitForWriters: 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:24 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:24 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:24 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/23 02:21:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb2fd30b80): openPending: 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/23 02:21:24 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/23 02:21:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb2fd30b80): >openPending: err= 2026/05/23 02:21:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/23 02:21:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb2fd30b80): _writeAt: size=14, off=0 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb2fd30b80): >_writeAt: n=14, err= 2026/05/23 02:21:24 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb2fd30b80): close: 2026/05/23 02:21:24 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/23 02:21:24 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/23 02:21:24 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb2fd30b80): >close: err= 2026/05/23 02:21:24 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:24 DEBUG : dir: Looking for writers 2026/05/23 02:21:24 DEBUG : file1: reading active writers 2026/05/23 02:21:24 DEBUG : Looking for writers 2026/05/23 02:21:24 DEBUG : dir: reading active writers 2026/05/23 02:21:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:24 DEBUG : dir: Looking for writers 2026/05/23 02:21:24 DEBUG : file1: reading active writers 2026/05/23 02:21:24 DEBUG : Looking for writers 2026/05/23 02:21:24 DEBUG : dir: reading active writers 2026/05/23 02:21:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:24 DEBUG : dir: Looking for writers 2026/05/23 02:21:24 DEBUG : file1: reading active writers 2026/05/23 02:21:24 DEBUG : Looking for writers 2026/05/23 02:21:24 DEBUG : dir: reading active writers 2026/05/23 02:21:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:24 DEBUG : dir: Looking for writers 2026/05/23 02:21:24 DEBUG : file1: reading active writers 2026/05/23 02:21:24 DEBUG : Looking for writers 2026/05/23 02:21:24 DEBUG : dir: reading active writers 2026/05/23 02:21:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:24 DEBUG : dir/file1: vfs cache: starting upload 2026/05/23 02:21:24 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1.ca338588.partial" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1.ca338588.partial 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1.ca338588.partial" 2026/05/23 02:21:24 DEBUG : dir: Looking for writers 2026/05/23 02:21:24 DEBUG : file1: reading active writers 2026/05/23 02:21:24 DEBUG : Looking for writers 2026/05/23 02:21:24 DEBUG : dir: reading active writers 2026/05/23 02:21:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1.ca338588.partial 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:24 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/23 02:21:24 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/23 02:21:24 INFO : dir/file1: Copied (replaced existing) 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:24 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:24 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/23 02:21:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:24 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:24 DEBUG : dir: Looking for writers 2026/05/23 02:21:24 DEBUG : file1: reading active writers 2026/05/23 02:21:24 DEBUG : Looking for writers 2026/05/23 02:21:24 DEBUG : dir: reading active writers 2026/05/23 02:21:24 DEBUG : >WaitForWriters: 2026/05/23 02:21:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb30707080): _readAt: size=512, off=0 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb30707080): openPending: 2026/05/23 02:21:24 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/05/23 02:21:24 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/23 02:21:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb30707080): >openPending: err= 2026/05/23 02:21:24 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb30707080): >_readAt: n=14, err=EOF 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb30707080): close: 2026/05/23 02:21:24 DEBUG : dir/file1(0x37cb30707080): >close: err= 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:24 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/23 02:21:24 DEBUG : newLeaf: Updating file with newLeaf 0x37cb30249a00 2026/05/23 02:21:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:24 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:25 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:25 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/23 02:21:25 DEBUG : dir/file1: Updating file with dir/file1 0x37cb30249a00 2026/05/23 02:21:25 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/23 02:21:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:25 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:25 DEBUG : dir/file1(0x37cb30579c40): openPending: 2026/05/23 02:21:25 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/05/23 02:21:25 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/23 02:21:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:25 DEBUG : dir/file1(0x37cb30579c40): >openPending: err= 2026/05/23 02:21:25 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/23 02:21:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:25 DEBUG : dir/file1(0x37cb30579c40): _writeAt: size=25, off=0 2026/05/23 02:21:25 DEBUG : dir/file1(0x37cb30579c40): >_writeAt: n=25, err= 2026/05/23 02:21:25 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:25 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/23 02:21:25 DEBUG : newLeaf: Updating file with newLeaf 0x37cb30249a00 2026/05/23 02:21:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:25 DEBUG : newLeaf(0x37cb30579c40): close: 2026/05/23 02:21:25 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/23 02:21:25 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-23 02:21:25.384827409 +0000 UTC m=+17.602243465 2026/05/23 02:21:25 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:25 DEBUG : newLeaf(0x37cb30579c40): >close: err= 2026/05/23 02:21:25 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:25 DEBUG : dir: Looking for writers 2026/05/23 02:21:25 DEBUG : Looking for writers 2026/05/23 02:21:25 DEBUG : dir: reading active writers 2026/05/23 02:21:25 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:25 DEBUG : dir: Looking for writers 2026/05/23 02:21:25 DEBUG : Looking for writers 2026/05/23 02:21:25 DEBUG : dir: reading active writers 2026/05/23 02:21:25 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:25 DEBUG : dir: Looking for writers 2026/05/23 02:21:25 DEBUG : Looking for writers 2026/05/23 02:21:25 DEBUG : dir: reading active writers 2026/05/23 02:21:25 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:25 DEBUG : dir: Looking for writers 2026/05/23 02:21:25 DEBUG : Looking for writers 2026/05/23 02:21:25 DEBUG : dir: reading active writers 2026/05/23 02:21:25 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:25 DEBUG : newLeaf: vfs cache: starting upload 2026/05/23 02:21:25 DEBUG : newLeaf.11502f3e.partial: size = 25 OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf.11502f3e.partial" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf.11502f3e.partial 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf.11502f3e.partial" 2026/05/23 02:21:25 DEBUG : dir: Looking for writers 2026/05/23 02:21:25 DEBUG : Looking for writers 2026/05/23 02:21:25 DEBUG : dir: reading active writers 2026/05/23 02:21:25 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf.11502f3e.partial 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : newLeaf.11502f3e.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:25 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/23 02:21:25 DEBUG : newLeaf.11502f3e.partial: renamed to: newLeaf 2026/05/23 02:21:25 INFO : newLeaf: Copied (replaced existing) 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:25 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-23 02:21:25 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/23 02:21:25 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/23 02:21:25 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:25 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/23 02:21:25 DEBUG : dir: Looking for writers 2026/05/23 02:21:25 DEBUG : Looking for writers 2026/05/23 02:21:25 DEBUG : dir: reading active writers 2026/05/23 02:21:25 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:25 DEBUG : >WaitForWriters: 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:25 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/23 02:21:25 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:25 DEBUG : dir: Looking for writers 2026/05/23 02:21:25 DEBUG : Looking for writers 2026/05/23 02:21:25 DEBUG : dir: reading active writers 2026/05/23 02:21:25 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:25 DEBUG : >WaitForWriters: 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:25 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:25 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:25 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:26 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:26 DEBUG : dir: Looking for writers 2026/05/23 02:21:26 DEBUG : file1: reading active writers 2026/05/23 02:21:26 DEBUG : Looking for writers 2026/05/23 02:21:26 DEBUG : dir: reading active writers 2026/05/23 02:21:26 DEBUG : >WaitForWriters: 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:26 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:26 DEBUG : newLeaf: Updating file with newLeaf 0x37cb304ae000 2026/05/23 02:21:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:26 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/23 02:21:26 DEBUG : dir/file1: Updating file with dir/file1 0x37cb304ae000 2026/05/23 02:21:26 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/23 02:21:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:26 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:26 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:26 DEBUG : dir/file1(0x37cb3042d880): openPending: 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/23 02:21:26 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/23 02:21:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:26 DEBUG : dir/file1(0x37cb3042d880): >openPending: err= 2026/05/23 02:21:26 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/23 02:21:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:26 DEBUG : dir/file1(0x37cb3042d880): _writeAt: size=25, off=0 2026/05/23 02:21:26 DEBUG : dir/file1(0x37cb3042d880): >_writeAt: n=25, err= 2026/05/23 02:21:26 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:26 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:26 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:26 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/23 02:21:26 DEBUG : newLeaf: Updating file with newLeaf 0x37cb304ae000 2026/05/23 02:21:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:26 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:26 DEBUG : newLeaf(0x37cb3042d880): close: 2026/05/23 02:21:26 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/23 02:21:26 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-23 02:21:26.880714137 +0000 UTC m=+19.098130203 2026/05/23 02:21:26 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:26 DEBUG : newLeaf(0x37cb3042d880): >close: err= 2026/05/23 02:21:26 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:26 DEBUG : dir: Looking for writers 2026/05/23 02:21:26 DEBUG : Looking for writers 2026/05/23 02:21:26 DEBUG : dir: reading active writers 2026/05/23 02:21:26 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:26 DEBUG : dir: Looking for writers 2026/05/23 02:21:26 DEBUG : Looking for writers 2026/05/23 02:21:26 DEBUG : dir: reading active writers 2026/05/23 02:21:26 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:27 DEBUG : newLeaf: vfs cache: starting upload 2026/05/23 02:21:27 DEBUG : newLeaf.68807343.partial: size = 25 OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf.68807343.partial" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf.68807343.partial 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf.68807343.partial" 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf.68807343.partial 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:27 DEBUG : newLeaf.68807343.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:27 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/23 02:21:27 DEBUG : newLeaf.68807343.partial: renamed to: newLeaf 2026/05/23 02:21:27 INFO : newLeaf: Copied (replaced existing) 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:27 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:27 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-23 02:21:26 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/23 02:21:27 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/23 02:21:27 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:27 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:27 DEBUG : >WaitForWriters: 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:27 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:27 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/23 02:21:27 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:27 DEBUG : >WaitForWriters: 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:27 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:27 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:27 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/23 02:21:27 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:27 DEBUG : dir/file1(0x37cb303b1180): openPending: 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/23 02:21:27 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/23 02:21:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:27 DEBUG : dir/file1(0x37cb303b1180): >openPending: err= 2026/05/23 02:21:27 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/23 02:21:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:27 DEBUG : dir/file1(0x37cb303b1180): _writeAt: size=14, off=0 2026/05/23 02:21:27 DEBUG : dir/file1(0x37cb303b1180): >_writeAt: n=14, err= 2026/05/23 02:21:27 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/23 02:21:27 DEBUG : dir/file1(0x37cb303b1180): close: 2026/05/23 02:21:27 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/23 02:21:27 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/23 02:21:27 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:27 DEBUG : dir/file1(0x37cb303b1180): >close: err= 2026/05/23 02:21:27 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : file1: reading active writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : file1: reading active writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : file1: reading active writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : file1: reading active writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:27 DEBUG : dir/file1: vfs cache: starting upload 2026/05/23 02:21:27 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1.ca338588.partial" 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1.ca338588.partial 2026/05/23 02:21:27 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1.ca338588.partial" 2026/05/23 02:21:27 DEBUG : dir: Looking for writers 2026/05/23 02:21:27 DEBUG : file1: reading active writers 2026/05/23 02:21:27 DEBUG : Looking for writers 2026/05/23 02:21:27 DEBUG : dir: reading active writers 2026/05/23 02:21:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1.ca338588.partial 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:28 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/23 02:21:28 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/23 02:21:28 INFO : dir/file1: Copied (replaced existing) 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:28 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:28 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/23 02:21:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:28 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:28 DEBUG : dir: Looking for writers 2026/05/23 02:21:28 DEBUG : file1: reading active writers 2026/05/23 02:21:28 DEBUG : Looking for writers 2026/05/23 02:21:28 DEBUG : dir: reading active writers 2026/05/23 02:21:28 DEBUG : >WaitForWriters: 2026/05/23 02:21:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:28 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb303b1540): _readAt: size=512, off=0 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb303b1540): openPending: 2026/05/23 02:21:28 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/05/23 02:21:28 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/23 02:21:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb303b1540): >openPending: err= 2026/05/23 02:21:28 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb303b1540): >_readAt: n=14, err=EOF 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb303b1540): close: 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb303b1540): >close: err= 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:28 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:28 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/23 02:21:28 DEBUG : newLeaf: Updating file with newLeaf 0x37cb305b01a0 2026/05/23 02:21:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:28 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:28 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/23 02:21:28 DEBUG : dir/file1: Updating file with dir/file1 0x37cb305b01a0 2026/05/23 02:21:28 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/23 02:21:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:28 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:28 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb305ee080): openPending: 2026/05/23 02:21:28 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/05/23 02:21:28 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/23 02:21:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb305ee080): >openPending: err= 2026/05/23 02:21:28 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/23 02:21:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb305ee080): _writeAt: size=25, off=0 2026/05/23 02:21:28 DEBUG : dir/file1(0x37cb305ee080): >_writeAt: n=25, err= 2026/05/23 02:21:28 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:28 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:29 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:29 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/23 02:21:29 DEBUG : newLeaf: Updating file with newLeaf 0x37cb305b01a0 2026/05/23 02:21:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:29 DEBUG : newLeaf(0x37cb305ee080): close: 2026/05/23 02:21:29 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/23 02:21:29 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-23 02:21:28.902280039 +0000 UTC m=+21.119696095 2026/05/23 02:21:29 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:29 DEBUG : newLeaf(0x37cb305ee080): >close: err= 2026/05/23 02:21:29 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:29 DEBUG : dir: Looking for writers 2026/05/23 02:21:29 DEBUG : Looking for writers 2026/05/23 02:21:29 DEBUG : dir: reading active writers 2026/05/23 02:21:29 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:29 DEBUG : dir: Looking for writers 2026/05/23 02:21:29 DEBUG : Looking for writers 2026/05/23 02:21:29 DEBUG : dir: reading active writers 2026/05/23 02:21:29 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:29 DEBUG : dir: Looking for writers 2026/05/23 02:21:29 DEBUG : Looking for writers 2026/05/23 02:21:29 DEBUG : dir: reading active writers 2026/05/23 02:21:29 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:29 DEBUG : dir: Looking for writers 2026/05/23 02:21:29 DEBUG : Looking for writers 2026/05/23 02:21:29 DEBUG : dir: reading active writers 2026/05/23 02:21:29 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:29 DEBUG : newLeaf: vfs cache: starting upload 2026/05/23 02:21:29 DEBUG : newLeaf.35a77681.partial: size = 25 OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf.35a77681.partial" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf.35a77681.partial 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf.35a77681.partial" 2026/05/23 02:21:29 DEBUG : dir: Looking for writers 2026/05/23 02:21:29 DEBUG : Looking for writers 2026/05/23 02:21:29 DEBUG : dir: reading active writers 2026/05/23 02:21:29 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf.35a77681.partial 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:29 DEBUG : newLeaf.35a77681.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:29 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/23 02:21:29 DEBUG : newLeaf.35a77681.partial: renamed to: newLeaf 2026/05/23 02:21:29 INFO : newLeaf: Copied (replaced existing) 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:29 DEBUG : dir: Looking for writers 2026/05/23 02:21:29 DEBUG : Looking for writers 2026/05/23 02:21:29 DEBUG : dir: reading active writers 2026/05/23 02:21:29 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:29 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:29 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-23 02:21:28 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/23 02:21:29 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/23 02:21:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:29 DEBUG : >WaitForWriters: 2026/05/23 02:21:29 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:29 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:29 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/23 02:21:29 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:29 DEBUG : dir: Looking for writers 2026/05/23 02:21:29 DEBUG : Looking for writers 2026/05/23 02:21:29 DEBUG : dir: reading active writers 2026/05/23 02:21:29 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:29 DEBUG : >WaitForWriters: 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:29 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:29 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:29 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:29 DEBUG : dir: Looking for writers 2026/05/23 02:21:29 DEBUG : file1: reading active writers 2026/05/23 02:21:29 DEBUG : Looking for writers 2026/05/23 02:21:29 DEBUG : dir: reading active writers 2026/05/23 02:21:29 DEBUG : >WaitForWriters: 2026/05/23 02:21:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:29 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:29 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:29 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:29 DEBUG : dir/file1(0x37cb30578b80): _readAt: size=512, off=0 2026/05/23 02:21:29 DEBUG : dir/file1(0x37cb30578b80): openPending: 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/23 02:21:29 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/23 02:21:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:29 DEBUG : dir/file1(0x37cb30578b80): >openPending: err= 2026/05/23 02:21:29 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/23 02:21:29 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:29 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:29 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:29 DEBUG : dir/file1(0x37cb30578b80): >_readAt: n=14, err=EOF 2026/05/23 02:21:29 DEBUG : dir/file1(0x37cb30578b80): close: 2026/05/23 02:21:29 DEBUG : dir/file1(0x37cb30578b80): >close: err= 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:29 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:30 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/23 02:21:30 DEBUG : newLeaf: Updating file with newLeaf 0x37cb3070eea0 2026/05/23 02:21:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:30 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:30 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/23 02:21:30 DEBUG : dir/file1: Updating file with dir/file1 0x37cb3070eea0 2026/05/23 02:21:30 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/23 02:21:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:30 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:30 DEBUG : dir/file1(0x37cb30579cc0): openPending: 2026/05/23 02:21:30 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/05/23 02:21:30 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/23 02:21:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:30 DEBUG : dir/file1(0x37cb30579cc0): >openPending: err= 2026/05/23 02:21:30 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/23 02:21:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:30 DEBUG : dir/file1(0x37cb30579cc0): _writeAt: size=25, off=0 2026/05/23 02:21:30 DEBUG : dir/file1(0x37cb30579cc0): >_writeAt: n=25, err= 2026/05/23 02:21:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:30 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/23 02:21:30 DEBUG : newLeaf: Updating file with newLeaf 0x37cb3070eea0 2026/05/23 02:21:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:30 DEBUG : newLeaf(0x37cb30579cc0): close: 2026/05/23 02:21:30 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/23 02:21:30 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-23 02:21:30.683287241 +0000 UTC m=+22.900703297 2026/05/23 02:21:30 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:30 DEBUG : newLeaf(0x37cb30579cc0): >close: err= 2026/05/23 02:21:30 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:30 DEBUG : dir: Looking for writers 2026/05/23 02:21:30 DEBUG : Looking for writers 2026/05/23 02:21:30 DEBUG : dir: reading active writers 2026/05/23 02:21:30 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:30 DEBUG : dir: Looking for writers 2026/05/23 02:21:30 DEBUG : Looking for writers 2026/05/23 02:21:30 DEBUG : dir: reading active writers 2026/05/23 02:21:30 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:30 DEBUG : dir: Looking for writers 2026/05/23 02:21:30 DEBUG : Looking for writers 2026/05/23 02:21:30 DEBUG : dir: reading active writers 2026/05/23 02:21:30 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:30 DEBUG : dir: Looking for writers 2026/05/23 02:21:30 DEBUG : Looking for writers 2026/05/23 02:21:30 DEBUG : dir: reading active writers 2026/05/23 02:21:30 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:30 DEBUG : newLeaf: vfs cache: starting upload 2026/05/23 02:21:30 DEBUG : newLeaf.1fdffff7.partial: size = 25 OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf.1fdffff7.partial" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf.1fdffff7.partial 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf.1fdffff7.partial" 2026/05/23 02:21:30 DEBUG : dir: Looking for writers 2026/05/23 02:21:30 DEBUG : Looking for writers 2026/05/23 02:21:30 DEBUG : dir: reading active writers 2026/05/23 02:21:30 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf.1fdffff7.partial 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:30 DEBUG : newLeaf.1fdffff7.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:30 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/23 02:21:30 DEBUG : newLeaf.1fdffff7.partial: renamed to: newLeaf 2026/05/23 02:21:30 INFO : newLeaf: Copied (replaced existing) 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:30 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:31 DEBUG : dir: Looking for writers 2026/05/23 02:21:31 DEBUG : Looking for writers 2026/05/23 02:21:31 DEBUG : dir: reading active writers 2026/05/23 02:21:31 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:31 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:31 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-23 02:21:30 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/23 02:21:31 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/23 02:21:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/23 02:21:31 DEBUG : >WaitForWriters: 2026/05/23 02:21:31 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:31 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/newLeaf" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-gidewec2hiba/newLeaf 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:31 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/23 02:21:31 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:31 DEBUG : dir: Looking for writers 2026/05/23 02:21:31 DEBUG : Looking for writers 2026/05/23 02:21:31 DEBUG : dir: reading active writers 2026/05/23 02:21:31 DEBUG : newLeaf: reading active writers 2026/05/23 02:21:31 DEBUG : >WaitForWriters: 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestFileRename (9.50s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.11s) --- PASS: TestFileRename/minimal,forceCache=true (1.92s) --- PASS: TestFileRename/writes,forceCache=false (1.53s) --- PASS: TestFileRename/writes,forceCache=true (2.06s) --- PASS: TestFileRename/full,forceCache=false (1.77s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:31 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:31 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:31 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:31 DEBUG : Looking for writers 2026/05/23 02:21:31 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:31 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:31 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:31 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/23 02:21:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:31 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:31 DEBUG : dir: Looking for writers 2026/05/23 02:21:31 DEBUG : file1: reading active writers 2026/05/23 02:21:31 DEBUG : Looking for writers 2026/05/23 02:21:31 DEBUG : dir: reading active writers 2026/05/23 02:21:31 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.36s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:31 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:31 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:31 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:31 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/23 02:21:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/23 02:21:31 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/23 02:21:31 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/23 02:21:31 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/23 02:21:31 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/23 02:21:32 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:32 DEBUG : dir: Looking for writers 2026/05/23 02:21:32 DEBUG : file1: reading active writers 2026/05/23 02:21:32 DEBUG : Looking for writers 2026/05/23 02:21:32 DEBUG : dir: reading active writers 2026/05/23 02:21:32 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.33s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:32 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:32 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:32 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/23 02:21:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/23 02:21:32 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/23 02:21:32 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/23 02:21:32 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/23 02:21:32 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/23 02:21:32 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/23 02:21:32 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/23 02:21:32 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/23 02:21:32 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/23 02:21:32 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/23 02:21:32 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/23 02:21:32 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/23 02:21:32 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/23 02:21:32 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/23 02:21:32 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:32 DEBUG : dir: Looking for writers 2026/05/23 02:21:32 DEBUG : file1: reading active writers 2026/05/23 02:21:32 DEBUG : Looking for writers 2026/05/23 02:21:32 DEBUG : dir: reading active writers 2026/05/23 02:21:32 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.41s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:32 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:32 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:32 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/23 02:21:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:32 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:32 DEBUG : dir: Looking for writers 2026/05/23 02:21:32 DEBUG : file1: reading active writers 2026/05/23 02:21:32 DEBUG : Looking for writers 2026/05/23 02:21:32 DEBUG : dir: reading active writers 2026/05/23 02:21:32 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.30s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:32 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:32 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:32 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:32 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:32 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/23 02:21:32 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:32 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:32 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:33 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/23 02:21:33 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:33 DEBUG : dir: Looking for writers 2026/05/23 02:21:33 DEBUG : file1: reading active writers 2026/05/23 02:21:33 DEBUG : Looking for writers 2026/05/23 02:21:33 DEBUG : dir: reading active writers 2026/05/23 02:21:33 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.33s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:33 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:33 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): _readAt: size=1, off=0 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): openPending: 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/23 02:21:33 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/23 02:21:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): >openPending: err= 2026/05/23 02:21:33 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): >_readAt: n=1, err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): _readAt: size=256, off=1 2026/05/23 02:21:33 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): >_readAt: n=15, err=EOF 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): _readAt: size=16, off=16 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): >_readAt: n=0, err=EOF 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): close: 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): >close: err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): close: 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb303b0940): >close: err=file already closed 2026/05/23 02:21:33 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:33 DEBUG : dir: Looking for writers 2026/05/23 02:21:33 DEBUG : file1: reading active writers 2026/05/23 02:21:33 DEBUG : Looking for writers 2026/05/23 02:21:33 DEBUG : dir: reading active writers 2026/05/23 02:21:33 DEBUG : >WaitForWriters: 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:33 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:33 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): _readAt: size=1, off=0 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): openPending: 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/23 02:21:33 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/23 02:21:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): >openPending: err= 2026/05/23 02:21:33 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): >_readAt: n=1, err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): _readAt: size=1, off=5 2026/05/23 02:21:33 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): >_readAt: n=1, err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): _readAt: size=1, off=3 2026/05/23 02:21:33 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): >_readAt: n=1, err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): _readAt: size=1, off=13 2026/05/23 02:21:33 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): >_readAt: n=1, err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): _readAt: size=16, off=100 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): >_readAt: n=0, err=EOF 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): close: 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3050dec0): >close: err= 2026/05/23 02:21:33 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:33 DEBUG : dir: Looking for writers 2026/05/23 02:21:33 DEBUG : file1: reading active writers 2026/05/23 02:21:33 DEBUG : Looking for writers 2026/05/23 02:21:33 DEBUG : dir: reading active writers 2026/05/23 02:21:33 DEBUG : >WaitForWriters: 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:33 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:33 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:33 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:33 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:33 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3065c5c0): _readAt: size=1, off=0 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3065c5c0): openPending: 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:33 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:33 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/23 02:21:33 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/23 02:21:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:33 DEBUG : dir/file1(0x37cb3065c5c0): >openPending: err= 2026/05/23 02:21:33 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): >_readAt: n=1, err= 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): _readAt: size=1, off=5 2026/05/23 02:21:34 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): >_readAt: n=1, err= 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): _readAt: size=1, off=1 2026/05/23 02:21:34 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): >_readAt: n=1, err= 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): _readAt: size=6, off=10 2026/05/23 02:21:34 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): >_readAt: n=6, err= 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): _readAt: size=256, off=10 2026/05/23 02:21:34 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): >_readAt: n=6, err=EOF 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): _readAt: size=256, off=100 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): close: 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): >close: err= 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): _readAt: size=256, off=100 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb3065c5c0): >_readAt: n=0, err=file already closed 2026/05/23 02:21:34 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:34 DEBUG : dir: Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : dir: reading active writers 2026/05/23 02:21:34 DEBUG : >WaitForWriters: 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:34 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:34 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:34 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): RWFileHandle.Flush 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): _readAt: size=256, off=0 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): openPending: 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/23 02:21:34 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/23 02:21:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): >openPending: err= 2026/05/23 02:21:34 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/23 02:21:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): >_readAt: n=16, err=EOF 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): RWFileHandle.Flush 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): RWFileHandle.Flush 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): close: 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb304e8cc0): >close: err= 2026/05/23 02:21:34 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:34 DEBUG : dir: Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : dir: reading active writers 2026/05/23 02:21:34 DEBUG : >WaitForWriters: 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:34 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:34 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:34 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/23 02:21:34 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:34 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb30962080): _readAt: size=256, off=0 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb30962080): openPending: 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:34 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/23 02:21:34 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/23 02:21:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb30962080): >openPending: err= 2026/05/23 02:21:34 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/23 02:21:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb30962080): >_readAt: n=16, err=EOF 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb30962080): RWFileHandle.Release 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb30962080): close: 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb30962080): >close: err= 2026/05/23 02:21:34 DEBUG : dir/file1(0x37cb30962080): RWFileHandle.Release 2026/05/23 02:21:34 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:34 DEBUG : dir: Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : dir: reading active writers 2026/05/23 02:21:34 DEBUG : >WaitForWriters: 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:34 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:34 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:34 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:34 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:34 DEBUG : file1: newRWFileHandle: 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): openPending: 2026/05/23 02:21:34 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): >openPending: err= 2026/05/23 02:21:34 DEBUG : file1: >newRWFileHandle: err= 2026/05/23 02:21:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:34 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/23 02:21:34 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): _writeAt: size=5, off=0 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): >_writeAt: n=5, err= 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): _writeAt: size=7, off=5 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): >_writeAt: n=7, err= 2026/05/23 02:21:34 DEBUG : file1: vfs cache: truncate to size=11 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): close: 2026/05/23 02:21:34 DEBUG : file1: vfs cache: setting modification time to 2026-05-23 02:21:34.629190548 +0000 UTC m=+26.846606595 2026/05/23 02:21:34 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): >close: err= 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): close: 2026/05/23 02:21:34 DEBUG : file1(0x37cb30962800): >close: err=file already closed 2026/05/23 02:21:34 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:34 DEBUG : file1: vfs cache: starting upload 2026/05/23 02:21:34 DEBUG : file1.76033b5a.partial: size = 11 OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1.76033b5a.partial" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1.76033b5a.partial 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1.76033b5a.partial" 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gidewec2hiba/file1.76033b5a.partial 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:34 DEBUG : file1.76033b5a.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/23 02:21:34 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/23 02:21:34 DEBUG : file1.76033b5a.partial: renamed to: file1 2026/05/23 02:21:34 INFO : file1: Copied (new) 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:34 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/23 02:21:34 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-23 02:21:34 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/23 02:21:34 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:34 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:34 INFO : file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:34 DEBUG : Looking for writers 2026/05/23 02:21:34 DEBUG : file1: reading active writers 2026/05/23 02:21:34 DEBUG : >WaitForWriters: 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:34 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/23 02:21:35 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : >WaitForWriters: 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:35 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:35 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:35 DEBUG : file1: newRWFileHandle: 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): openPending: 2026/05/23 02:21:35 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): >openPending: err= 2026/05/23 02:21:35 DEBUG : file1: >newRWFileHandle: err= 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:35 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/23 02:21:35 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): _writeAt: size=7, off=0 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): >_writeAt: n=7, err= 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): _writeAt: size=6, off=5 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): >_writeAt: n=6, err= 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): close: 2026/05/23 02:21:35 DEBUG : file1: vfs cache: setting modification time to 2026-05-23 02:21:35.150638126 +0000 UTC m=+27.368054182 2026/05/23 02:21:35 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): >close: err= 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): _writeAt: size=5, off=0 2026/05/23 02:21:35 DEBUG : file1(0x37cb309636c0): >_writeAt: n=0, err=file already closed 2026/05/23 02:21:35 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:35 DEBUG : file1: vfs cache: starting upload 2026/05/23 02:21:35 DEBUG : file1.f722c213.partial: size = 11 OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1.f722c213.partial" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1.f722c213.partial 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1.f722c213.partial" 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gidewec2hiba/file1.f722c213.partial 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file1.f722c213.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/23 02:21:35 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/23 02:21:35 DEBUG : file1.f722c213.partial: renamed to: file1 2026/05/23 02:21:35 INFO : file1: Copied (new) 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/23 02:21:35 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-23 02:21:35 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/23 02:21:35 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:35 INFO : file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : >WaitForWriters: 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/23 02:21:35 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : >WaitForWriters: 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:35 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:35 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:35 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:35 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:35 DEBUG : file1: newRWFileHandle: 2026/05/23 02:21:35 DEBUG : file1(0x37cb3065d800): openPending: 2026/05/23 02:21:35 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:35 DEBUG : file1(0x37cb3065d800): >openPending: err= 2026/05/23 02:21:35 DEBUG : file1: >newRWFileHandle: err= 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:35 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/23 02:21:35 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/23 02:21:35 DEBUG : file1(0x37cb3065d800): close: 2026/05/23 02:21:35 DEBUG : file1: vfs cache: setting modification time to 2026-05-23 02:21:35.668121815 +0000 UTC m=+27.885537862 2026/05/23 02:21:35 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:35 DEBUG : file1(0x37cb3065d800): >close: err= 2026/05/23 02:21:35 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/23 02:21:35 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/23 02:21:35 DEBUG : file2: newRWFileHandle: 2026/05/23 02:21:35 DEBUG : file2(0x37cb3065dcc0): openPending: 2026/05/23 02:21:35 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/23 02:21:35 DEBUG : file2(0x37cb3065dcc0): >openPending: err= 2026/05/23 02:21:35 DEBUG : file2: >newRWFileHandle: err= 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/23 02:21:35 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/23 02:21:35 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/23 02:21:35 DEBUG : file2(0x37cb3065dcc0): RWFileHandle.Flush 2026/05/23 02:21:35 DEBUG : file2(0x37cb3065dcc0): RWFileHandle.Release 2026/05/23 02:21:35 DEBUG : file2(0x37cb3065dcc0): close: 2026/05/23 02:21:35 DEBUG : file2: vfs cache: setting modification time to 2026-05-23 02:21:35.669035378 +0000 UTC m=+27.886451434 2026/05/23 02:21:35 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:35 DEBUG : file2(0x37cb3065dcc0): >close: err= 2026/05/23 02:21:35 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : file2: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file2: reading active writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file2: reading active writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file2: reading active writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/23 02:21:35 DEBUG : file2: vfs cache: starting upload 2026/05/23 02:21:35 DEBUG : file1: vfs cache: starting upload 2026/05/23 02:21:35 DEBUG : file1.f20b6e90.partial: size = 0 OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1.f20b6e90.partial" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1.f20b6e90.partial 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1.f20b6e90.partial" 2026/05/23 02:21:35 DEBUG : file2.80c9bc86.partial: size = 0 OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file2.80c9bc86.partial" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file2.80c9bc86.partial 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file2.80c9bc86.partial" 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : file2: reading active writers 2026/05/23 02:21:35 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file2.80c9bc86.partial 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file2.80c9bc86.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:35 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file1.f20b6e90.partial 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file1.f20b6e90.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:35 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/23 02:21:35 DEBUG : file1.f20b6e90.partial: renamed to: file1 2026/05/23 02:21:35 INFO : file1: Copied (new) 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : file2.80c9bc86.partial: renamed to: file2 2026/05/23 02:21:35 INFO : file2: Copied (new) 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:35 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-23 02:21:35 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/23 02:21:35 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/23 02:21:35 INFO : file2: vfs cache: upload succeeded try #1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:35 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:35 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-23 02:21:35 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/23 02:21:35 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:35 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:35 INFO : file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:35 DEBUG : Looking for writers 2026/05/23 02:21:35 DEBUG : file1: reading active writers 2026/05/23 02:21:35 DEBUG : file2: reading active writers 2026/05/23 02:21:35 DEBUG : >WaitForWriters: 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:35 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:36 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:36 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:36 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file2" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-gidewec2hiba/file2 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:36 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/23 02:21:36 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : file2: reading active writers 2026/05/23 02:21:36 DEBUG : >WaitForWriters: 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:36 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:36 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:36 DEBUG : file1: newRWFileHandle: 2026/05/23 02:21:36 DEBUG : file1(0x37cb304e9ac0): openPending: 2026/05/23 02:21:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:36 DEBUG : file1(0x37cb304e9ac0): >openPending: err= 2026/05/23 02:21:36 DEBUG : file1: >newRWFileHandle: err= 2026/05/23 02:21:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/23 02:21:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/23 02:21:36 DEBUG : file1(0x37cb304e9ac0): _writeAt: size=5, off=0 2026/05/23 02:21:36 DEBUG : file1(0x37cb304e9ac0): >_writeAt: n=5, err= 2026/05/23 02:21:36 DEBUG : file1(0x37cb304e9ac0): RWFileHandle.Flush 2026/05/23 02:21:36 DEBUG : file1(0x37cb304e9ac0): RWFileHandle.Flush 2026/05/23 02:21:36 DEBUG : file1(0x37cb304e9ac0): close: 2026/05/23 02:21:36 DEBUG : file1: vfs cache: setting modification time to 2026-05-23 02:21:36.387824996 +0000 UTC m=+28.605241052 2026/05/23 02:21:36 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:36 DEBUG : file1(0x37cb304e9ac0): >close: err= 2026/05/23 02:21:36 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:36 DEBUG : file1: vfs cache: starting upload 2026/05/23 02:21:36 DEBUG : file1.8d3b37fb.partial: size = 5 OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1.8d3b37fb.partial" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1.8d3b37fb.partial 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1.8d3b37fb.partial" 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1.8d3b37fb.partial 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:36 DEBUG : file1.8d3b37fb.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:36 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:36 DEBUG : file1.8d3b37fb.partial: renamed to: file1 2026/05/23 02:21:36 INFO : file1: Copied (new) 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:36 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:36 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-23 02:21:36 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/23 02:21:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:36 INFO : file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : >WaitForWriters: 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:36 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:36 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:36 DEBUG : file1: newRWFileHandle: 2026/05/23 02:21:36 DEBUG : file1(0x37cb2fd31740): openPending: 2026/05/23 02:21:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:36 DEBUG : file1(0x37cb2fd31740): >openPending: err= 2026/05/23 02:21:36 DEBUG : file1: >newRWFileHandle: err= 2026/05/23 02:21:36 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/23 02:21:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/23 02:21:36 DEBUG : file1(0x37cb2fd31740): _writeAt: size=5, off=0 2026/05/23 02:21:36 DEBUG : file1(0x37cb2fd31740): >_writeAt: n=5, err= 2026/05/23 02:21:36 DEBUG : file1(0x37cb2fd31740): RWFileHandle.Release 2026/05/23 02:21:36 DEBUG : file1(0x37cb2fd31740): close: 2026/05/23 02:21:36 DEBUG : file1: vfs cache: setting modification time to 2026-05-23 02:21:36.707013692 +0000 UTC m=+28.924429748 2026/05/23 02:21:36 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:36 DEBUG : file1(0x37cb2fd31740): >close: err= 2026/05/23 02:21:36 DEBUG : file1(0x37cb2fd31740): RWFileHandle.Release 2026/05/23 02:21:36 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:36 DEBUG : file1: vfs cache: starting upload 2026/05/23 02:21:36 DEBUG : file1.e3086d54.partial: size = 5 OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1.e3086d54.partial" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1.e3086d54.partial 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1.e3086d54.partial" 2026/05/23 02:21:36 DEBUG : Looking for writers 2026/05/23 02:21:36 DEBUG : file1: reading active writers 2026/05/23 02:21:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1.e3086d54.partial 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:36 DEBUG : file1.e3086d54.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:36 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:36 DEBUG : file1.e3086d54.partial: renamed to: file1 2026/05/23 02:21:36 INFO : file1: Copied (new) 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:36 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:37 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-23 02:21:36 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/23 02:21:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:37 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:37 INFO : file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : >WaitForWriters: 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:37 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:37 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/23 02:21:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:37 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb2ffb4fc0): openPending: 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/23 02:21:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb2ffb4fc0): >openPending: err= 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/23 02:21:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:37 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb2ffb4fc0): _writeAt: size=5, off=0 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb2ffb4fc0): >_writeAt: n=5, err= 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb2ffb4fc0): close: 2026/05/23 02:21:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-23 02:21:37.326021628 +0000 UTC m=+29.543437684 2026/05/23 02:21:37 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb2ffb4fc0): >close: err= 2026/05/23 02:21:37 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: starting upload 2026/05/23 02:21:37 DEBUG : dir/file1.e1e488c6.partial: size = 5 OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1.e1e488c6.partial" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1.e1e488c6.partial 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1.e1e488c6.partial" 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/dir/file1.e1e488c6.partial 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : dir/file1.e1e488c6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:37 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:37 DEBUG : dir/file1.e1e488c6.partial: renamed to: dir/file1 2026/05/23 02:21:37 INFO : dir/file1: Copied (replaced existing) 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-23 02:21:37 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:37 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : >WaitForWriters: 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.62s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:37 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:37 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/23 02:21:37 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:37 DEBUG : dir/file1: newRWFileHandle: 2026/05/23 02:21:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/23 02:21:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/23 02:21:37 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb301d18c0): _writeAt: size=5, off=0 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb301d18c0): openPending: 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:37 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/23 02:21:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb301d18c0): >openPending: err= 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb301d18c0): >_writeAt: n=5, err= 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb301d18c0): _writeAt: size=15, off=5 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb301d18c0): >_writeAt: n=15, err= 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb301d18c0): close: 2026/05/23 02:21:37 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/23 02:21:37 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-23 02:21:37.944486824 +0000 UTC m=+30.161902881 2026/05/23 02:21:37 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:37 DEBUG : dir/file1(0x37cb301d18c0): >close: err= 2026/05/23 02:21:37 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:37 DEBUG : dir: Looking for writers 2026/05/23 02:21:37 DEBUG : file1: reading active writers 2026/05/23 02:21:37 DEBUG : Looking for writers 2026/05/23 02:21:37 DEBUG : dir: reading active writers 2026/05/23 02:21:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:38 DEBUG : dir: Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : dir: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:38 DEBUG : dir/file1: vfs cache: starting upload 2026/05/23 02:21:38 DEBUG : dir/file1.4b974286.partial: size = 20 OK 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1.4b974286.partial" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1.4b974286.partial 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1.4b974286.partial" 2026/05/23 02:21:38 DEBUG : dir: Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : dir: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-gidewec2hiba/dir/file1.4b974286.partial 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:38 DEBUG : dir/file1.4b974286.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/23 02:21:38 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/23 02:21:38 DEBUG : dir/file1.4b974286.partial: renamed to: dir/file1 2026/05/23 02:21:38 INFO : dir/file1: Copied (replaced existing) 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:38 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/23 02:21:38 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-23 02:21:37 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/23 02:21:38 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:38 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:38 DEBUG : dir: Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : dir: reading active writers 2026/05/23 02:21:38 DEBUG : >WaitForWriters: 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:38 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : file1: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : file1(0x37cb3050d540): openPending: 2026/05/23 02:21:38 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:38 DEBUG : file1(0x37cb3050d540): >openPending: err= 2026/05/23 02:21:38 DEBUG : file1: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:38 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/23 02:21:38 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/23 02:21:38 DEBUG : file1(0x37cb3050d540): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : file1(0x37cb3050d540): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : file1(0x37cb3050d540): close: 2026/05/23 02:21:38 DEBUG : file1: vfs cache: setting modification time to 2026-05-23 02:21:38.265113744 +0000 UTC m=+30.482529800 2026/05/23 02:21:38 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : file1(0x37cb3050d540): >close: err= 2026/05/23 02:21:38 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:38 DEBUG : file1: vfs cache: starting upload 2026/05/23 02:21:38 DEBUG : file1.d1e943a5.partial: size = 5 OK 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1.d1e943a5.partial" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1.d1e943a5.partial 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1.d1e943a5.partial" 2026/05/23 02:21:38 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:38 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1.d1e943a5.partial 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:38 DEBUG : file1.d1e943a5.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:38 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:38 DEBUG : file1.d1e943a5.partial: renamed to: file1 2026/05/23 02:21:38 INFO : file1: Copied (new) 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:38 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:38 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-23 02:21:38 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/23 02:21:38 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:38 INFO : file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : >WaitForWriters: 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:38 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/23 02:21:38 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307070c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307070c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307070c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307070c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307070c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.583337787 +0000 UTC m=+30.800753843 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307070c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707540): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707540): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707540): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707540): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707540): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707540): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707540): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.583337787 +0000 UTC m=+30.800753843 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707540): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707a00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707a00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707a00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707a00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.583337787 +0000 UTC m=+30.800753843 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300c1e30 item 1 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4e40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4e40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4e40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4e40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.585909594 +0000 UTC m=+30.803325650 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578200): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578200): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578200): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.585909594 +0000 UTC m=+30.803325650 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30572070 item 2 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578840): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578840): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578840): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578840): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578840): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.587587896 +0000 UTC m=+30.805003952 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578840): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578cc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578cc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578cc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578cc0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578cc0): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578cc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578cc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.587587896 +0000 UTC m=+30.805003952 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578cc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579180): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579180): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579180): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.587587896 +0000 UTC m=+30.805003952 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb305724d0 item 3 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579800): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579800): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579800): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.589848882 +0000 UTC m=+30.807264938 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.589848882 +0000 UTC m=+30.807264938 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb305729a0 item 4 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4500): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4500): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4500): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.591434348 +0000 UTC m=+30.808850394 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4980): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4980): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4980): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4980): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4980): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.591434348 +0000 UTC m=+30.808850394 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a4980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5500): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5500): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5500): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.591434348 +0000 UTC m=+30.808850394 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30572e00 item 5 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5b80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5b80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5b80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5b80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5b80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.593578964 +0000 UTC m=+30.810995020 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306a5b80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307061c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307061c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307061c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307061c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307061c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.593578964 +0000 UTC m=+30.810995020 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307061c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb305736c0 item 6 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706840): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706840): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706840): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706840): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706840): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.59503796 +0000 UTC m=+30.812454006 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706840): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706d40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706d40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706d40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706d40): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706d40): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.59503796 +0000 UTC m=+30.812454006 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707280): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707280): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707280): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707280): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707280): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.59503796 +0000 UTC m=+30.812454006 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707280): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30573ab0 item 7 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.597247619 +0000 UTC m=+30.814663675 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2e80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2e80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2e80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2e80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2e80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.597247619 +0000 UTC m=+30.814663675 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2e80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffde230 item 8 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8340): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb304e8340): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8340): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8340): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8340): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8340): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8340): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8740): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8740): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8740): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.599012195 +0000 UTC m=+30.816428251 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8bc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8bc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8bc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8bc0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8bc0): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8bc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8bc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.599012195 +0000 UTC m=+30.816428251 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e8bc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e90c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e90c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e90c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e90c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e90c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.599012195 +0000 UTC m=+30.816428251 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e90c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffde770 item 9 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9740): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9740): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9740): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.601152683 +0000 UTC m=+30.818568739 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9c80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9c80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9c80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9c80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9c80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.601152683 +0000 UTC m=+30.818568739 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304e9c80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdf2d0 item 10 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd303c0): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb2fd303c0): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd303c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd303c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd303c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd303c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd303c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30800): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30800): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30800): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.602760882 +0000 UTC m=+30.820176938 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31340): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31340): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31340): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31340): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31340): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31340): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31340): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.602760882 +0000 UTC m=+30.820176938 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31340): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31c00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31c00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31c00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31c00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31c00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.602760882 +0000 UTC m=+30.820176938 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31c00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdf6c0 item 11 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.604889388 +0000 UTC m=+30.822305444 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4ec0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4ec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4ec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4ec0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4ec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.604889388 +0000 UTC m=+30.822305444 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4ec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b6770 item 12 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb2ffb5a00): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5e40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5e40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5e40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5e40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.606634306 +0000 UTC m=+30.824050352 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0680): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0680): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0680): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0680): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0680): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.606634306 +0000 UTC m=+30.824050352 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0680): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b6f50 item 13 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.608267783 +0000 UTC m=+30.825683839 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.608267783 +0000 UTC m=+30.825683839 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b78f0 item 14 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1880): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb301d1880): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1880): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1880): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1880): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1880): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1880): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1c40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1c40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1c40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1c40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1c40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.610072354 +0000 UTC m=+30.827488400 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1c40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c480): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c480): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c480): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.610072354 +0000 UTC m=+30.827488400 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2fc33260 item 15 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305922c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305922c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305922c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305922c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305922c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.61177916 +0000 UTC m=+30.829195216 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305922c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592800): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592800): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592800): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.61177916 +0000 UTC m=+30.829195216 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30960150 item 16 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592e40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592e40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592e40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592e40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.61358858 +0000 UTC m=+30.831004636 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30592e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.61358858 +0000 UTC m=+30.831004636 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305932c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305937c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305937c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305937c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305937c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305937c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.61358858 +0000 UTC m=+30.831004636 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305937c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30960770 item 17 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30593e40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30593e40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30593e40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30593e40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30593e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.615746271 +0000 UTC m=+30.833162327 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30593e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8480): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8480): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8480): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.615746271 +0000 UTC m=+30.833162327 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30960c40 item 18 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8b00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8b00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.617325505 +0000 UTC m=+30.834741561 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d8b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.617325505 +0000 UTC m=+30.834741561 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9000): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9500): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9500): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9500): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.617325505 +0000 UTC m=+30.834741561 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309610a0 item 19 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9b80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9b80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9b80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9b80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9b80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.619385021 +0000 UTC m=+30.836801077 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305d9b80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee1c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee1c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee1c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee1c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee1c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.619385021 +0000 UTC m=+30.836801077 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee1c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30961880 item 20 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee840): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee840): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee840): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee840): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee840): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.621303768 +0000 UTC m=+30.838719814 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ee840): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.621303768 +0000 UTC m=+30.838719814 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eed40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef240): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef240): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef240): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.621303768 +0000 UTC m=+30.838719814 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30961ce0 item 21 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef8c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef8c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef8c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef8c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef8c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.623535518 +0000 UTC m=+30.840951565 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ef8c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305efe00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305efe00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305efe00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305efe00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305efe00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.623535518 +0000 UTC m=+30.840951565 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305efe00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095e460 item 22 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025a580): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025a580): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025a580): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025a580): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025a580): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.625071781 +0000 UTC m=+30.842487837 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025a580): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.625071781 +0000 UTC m=+30.842487837 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025aa80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025af80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025af80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025af80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025af80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025af80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.625071781 +0000 UTC m=+30.842487837 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025af80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095e850 item 23 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025b600): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025b600): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025b600): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025b600): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025b600): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.627244902 +0000 UTC m=+30.844660958 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025b600): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025bb40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025bb40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025bb40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025bb40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025bb40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.627244902 +0000 UTC m=+30.844660958 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3025bb40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095ee00 item 24 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290280): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb30290280): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290280): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290280): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290280): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290280): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290280): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290640): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290640): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290640): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.62892137 +0000 UTC m=+30.846337416 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.62892137 +0000 UTC m=+30.846337416 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30290b40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291080): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291080): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291080): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.62892137 +0000 UTC m=+30.846337416 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f180 item 25 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291700): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291700): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291700): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.631033965 +0000 UTC m=+30.848450021 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291c40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291c40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291c40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291c40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291c40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.631033965 +0000 UTC m=+30.848450021 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30291c40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f650 item 26 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326380): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb30326380): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326380): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326380): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326380): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326380): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326740): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326740): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326740): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.632653275 +0000 UTC m=+30.850069331 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.632653275 +0000 UTC m=+30.850069331 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30326c40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327180): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327180): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327180): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.632653275 +0000 UTC m=+30.850069331 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f9d0 item 27 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327800): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327800): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327800): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.634753297 +0000 UTC m=+30.852169343 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327d40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327d40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327d40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327d40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.634753297 +0000 UTC m=+30.852169343 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30327d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2000 item 28 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a480): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb3035a480): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a480): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a480): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a480): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a480): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a840): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a840): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a840): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a840): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a840): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.636216131 +0000 UTC m=+30.853632176 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035a840): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035af00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035af00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035af00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035af00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035af00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.636216131 +0000 UTC m=+30.853632176 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035af00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2380 item 29 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035b580): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035b580): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035b580): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035b580): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035b580): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.637902498 +0000 UTC m=+30.855318554 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035b580): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035bac0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035bac0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035bac0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035bac0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035bac0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.637902498 +0000 UTC m=+30.855318554 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035bac0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2930 item 30 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394200): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb30394200): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394200): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394200): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394200): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303945c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303945c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303945c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303945c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303945c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.639624763 +0000 UTC m=+30.857040819 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303945c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394c80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394c80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394c80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394c80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394c80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.639624763 +0000 UTC m=+30.857040819 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30394c80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2fc0 item 31 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395300): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395300): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395300): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.641170654 +0000 UTC m=+30.858586710 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395840): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395840): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395840): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395840): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395840): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.641170654 +0000 UTC m=+30.858586710 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395840): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e3490 item 32 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395e80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395e80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395e80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395e80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395e80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.64270374 +0000 UTC m=+30.860119786 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30395e80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400400): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400400): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400400): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400400): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e38f0 item 33 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400400): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.643239786 +0000 UTC m=+30.860655833 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400900): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400900): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400900): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400900): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400900): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.643239786 +0000 UTC m=+30.860655833 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400900): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e3c00 item 33 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400f40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400f40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400f40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400f40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400f40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.644808541 +0000 UTC m=+30.862224587 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30400f40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304013c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304013c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30776230 item 34 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304013c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304013c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304013c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304013c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304013c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.645488329 +0000 UTC m=+30.862904386 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304013c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30401900): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30401900): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30401900): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30401900): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30401900): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.645488329 +0000 UTC m=+30.862904386 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30401900): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb307763f0 item 34 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c040): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c040): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c040): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c040): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c040): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.64688642 +0000 UTC m=+30.864302476 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c040): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c4c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c4c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c4c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c4c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30776770 item 35 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c4c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c4c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.647433377 +0000 UTC m=+30.864849433 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c4c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c9c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c9c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c9c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c9c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c9c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.647433377 +0000 UTC m=+30.864849433 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046c9c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30776a10 item 35 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d040): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d040): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d040): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d040): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d040): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.648917881 +0000 UTC m=+30.866333927 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d040): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d540): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d540): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30776fc0 item 36 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d540): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d540): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d540): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d540): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d540): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.649568215 +0000 UTC m=+30.866984261 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046d540): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046da80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046da80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046da80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046da80): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046da80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.649568215 +0000 UTC m=+30.866984261 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3046da80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777180 item 36 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a01c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a01c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a01c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a01c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a01c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.650896283 +0000 UTC m=+30.868312329 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a01c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0640): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0640): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0640): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0640): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777650 item 37 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0640): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.651557075 +0000 UTC m=+30.868973121 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0b40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0b40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0b40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0b40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0b40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.651557075 +0000 UTC m=+30.868973121 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a0b40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777810 item 37 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a11c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a11c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a11c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a11c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a11c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.653019418 +0000 UTC m=+30.870435474 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a11c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a16c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a16c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777c70 item 38 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a16c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a16c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a16c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a16c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a16c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.653629284 +0000 UTC m=+30.871045340 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a16c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a1c00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a1c00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a1c00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a1c00): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a1c00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.653629284 +0000 UTC m=+30.871045340 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304a1c00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777e30 item 38 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2380): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2380): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2380): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2380): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2380): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.654886668 +0000 UTC m=+30.872302724 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2880): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2880): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2880): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2880): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2880): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dcd90 item 39 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2880): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2880): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.655443904 +0000 UTC m=+30.872859950 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2880): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2d80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2d80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2d80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2d80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.655443904 +0000 UTC m=+30.872859950 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c2d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dcf50 item 39 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3400): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3400): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3400): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.656945661 +0000 UTC m=+30.874361718 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3900): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3900): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dd880 item 40 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3900): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3900): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3900): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3900): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3900): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.657559967 +0000 UTC m=+30.874976013 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3900): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3e40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3e40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3e40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3e40): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.657559967 +0000 UTC m=+30.874976013 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c3e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302ddce0 item 40 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ec500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ec500): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ec500): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ec500): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ec500): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ec500): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ec500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.658947356 +0000 UTC m=+30.876363402 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ec500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eca00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eca00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eca00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0a310 item 41 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eca00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eca00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.659491348 +0000 UTC m=+30.876907394 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eca00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ecec0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ecec0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ecec0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ecec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ecec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0a4d0 item 41 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ecec0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ecec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.660126682 +0000 UTC m=+30.877542729 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ecec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ed400): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ed400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ed400): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ed400): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ed400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.660126682 +0000 UTC m=+30.877542729 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ed400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0a690 item 41 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eda40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eda40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eda40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eda40): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eda40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eda40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eda40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.66160218 +0000 UTC m=+30.879018226 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eda40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a040): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a040): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a040): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0aa10 item 42 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a040): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a040): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.662216836 +0000 UTC m=+30.879632882 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a040): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a580): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a580): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0abd0 item 42 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a580): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a580): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a580): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a580): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a580): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.662946959 +0000 UTC m=+30.880363006 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050a580): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ab00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ab00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ab00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ab00): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ab00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.662946959 +0000 UTC m=+30.880363006 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ab00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0ad90 item 42 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b140): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b140): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b140): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b140): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b140): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.664341834 +0000 UTC m=+30.881757880 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b640): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b640): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b110 item 43 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b640): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.664873642 +0000 UTC m=+30.882289688 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050b640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050bb80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050bb80): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050bb80): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050bb80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050bb80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b2d0 item 43 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050bb80): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050bb80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.665388359 +0000 UTC m=+30.882804404 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050bb80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305281c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305281c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305281c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305281c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305281c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.665388359 +0000 UTC m=+30.882804404 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305281c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b490 item 43 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528800): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528800): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528800): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528800): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528800): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.666837987 +0000 UTC m=+30.884254043 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b810 item 44 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.667350628 +0000 UTC m=+30.884766675 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30528d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529240): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b9d0 item 44 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529240): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529240): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529240): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529240): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.667899078 +0000 UTC m=+30.885315124 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305297c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305297c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305297c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305297c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305297c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.667899078 +0000 UTC m=+30.885315124 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305297c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0bb90 item 44 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529e00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529e00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529e00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529e00): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529e00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529e00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529e00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.669180297 +0000 UTC m=+30.886596343 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30529e00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554400): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554400): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308da070 item 45 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554400): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.669637203 +0000 UTC m=+30.887053249 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554b00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554b00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.669637203 +0000 UTC m=+30.887053249 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30554b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308da380 item 45 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555140): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555140): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555140): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555140): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555140): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.671040423 +0000 UTC m=+30.888456469 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555640): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555640): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308da850 item 46 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555640): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.671639469 +0000 UTC m=+30.889055516 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555d40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555d40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555d40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555d40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.671639469 +0000 UTC m=+30.889055516 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30555d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308daa10 item 46 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574480): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574480): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574480): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574480): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574480): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.672980582 +0000 UTC m=+30.890396658 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574980): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574980): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dae00 item 47 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574980): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.673468026 +0000 UTC m=+30.890884072 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30574980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575080): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575080): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575080): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.673468026 +0000 UTC m=+30.890884072 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dafc0 item 47 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305756c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305756c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305756c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305756c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305756c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305756c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305756c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.675058902 +0000 UTC m=+30.892474958 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305756c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575bc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575bc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575bc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308db880 item 48 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575bc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575bc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.675586272 +0000 UTC m=+30.893002328 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30575bc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306043c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306043c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306043c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306043c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306043c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.675586272 +0000 UTC m=+30.893002328 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306043c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dba40 item 48 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604a00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604a00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604a00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604a00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.677011485 +0000 UTC m=+30.894427541 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dbdc0 item 49 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.677488179 +0000 UTC m=+30.894904224 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30604e80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306053c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306053c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306053c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306053c0): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306053c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.677488179 +0000 UTC m=+30.894904224 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306053c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb304920e0 item 49 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30605a40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30605a40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30605a40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30605a40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30605a40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.678909543 +0000 UTC m=+30.896325599 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30605a40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492540 item 50 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.679584193 +0000 UTC m=+30.897000249 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622040): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306225c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306225c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306225c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306225c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306225c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.679584193 +0000 UTC m=+30.897000249 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306225c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492700 item 50 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622c40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622c40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622c40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622c40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622c40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.680901159 +0000 UTC m=+30.898317215 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30622c40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492af0 item 51 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.681961018 +0000 UTC m=+30.899377075 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623680): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623680): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623680): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623680): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623680): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.681961018 +0000 UTC m=+30.899377075 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623680): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492cb0 item 51 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.683374408 +0000 UTC m=+30.900790454 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30623d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30493030 item 52 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.683966821 +0000 UTC m=+30.901382867 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e880): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e880): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e880): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e880): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e880): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.683966821 +0000 UTC m=+30.901382867 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063e880): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb304931f0 item 52 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063ef00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063ef00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063ef00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063ef00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063ef00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.685401962 +0000 UTC m=+30.902818008 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063ef00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30493570 item 53 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.685957916 +0000 UTC m=+30.903373961 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f940): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f940): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f940): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f940): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f940): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.685957916 +0000 UTC m=+30.903373961 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3063f940): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30493a40 item 53 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e0c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e0c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e0c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e0c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e0c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.687309028 +0000 UTC m=+30.904725074 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e0c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30493dc0 item 54 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.68793796 +0000 UTC m=+30.905354016 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065e5c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065eb40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065eb40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065eb40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065eb40): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065eb40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.68793796 +0000 UTC m=+30.905354016 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065eb40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302780e0 item 54 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f1c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f1c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f1c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f1c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f1c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.689368592 +0000 UTC m=+30.906784648 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f1c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278460 item 55 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.689886744 +0000 UTC m=+30.907302800 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065f6c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065fc00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065fc00): openPending: 2026/05/23 02:21:38 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065fc00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065fc00): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065fc00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.689886744 +0000 UTC m=+30.907302800 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3065fc00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278700 item 55 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678380): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678380): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678380): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678380): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678380): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.691362462 +0000 UTC m=+30.908778509 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278a80 item 56 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.691995663 +0000 UTC m=+30.909411709 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678880): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678e00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678e00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678e00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678e00): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678e00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.691995663 +0000 UTC m=+30.909411709 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30678e00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278cb0 item 56 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.693355772 +0000 UTC m=+30.910771818 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679980): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679980): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302791f0 item 57 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679980): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.693859627 +0000 UTC m=+30.911275673 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302793b0 item 57 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.694429968 +0000 UTC m=+30.911846014 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30679ec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692540): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692540): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692540): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692540): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692540): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.694429968 +0000 UTC m=+30.911846014 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692540): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279570 item 57 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.695820896 +0000 UTC m=+30.913236941 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30692b80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306930c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306930c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306930c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279a40 item 58 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306930c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306930c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.696377511 +0000 UTC m=+30.913793557 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306930c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279c00 item 58 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.69721034 +0000 UTC m=+30.914626386 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693600): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693bc0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693bc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693bc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693bc0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693bc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.69721034 +0000 UTC m=+30.914626386 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30693bc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279dc0 item 58 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.698473915 +0000 UTC m=+30.915889961 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc840): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc840): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc840): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffda9a0 item 59 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc840): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc840): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.69913071 +0000 UTC m=+30.916546757 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bc840): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdb180 item 59 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.699634235 +0000 UTC m=+30.917050281 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bcd80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd300): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd300): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd300): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.699634235 +0000 UTC m=+30.917050281 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdb420 item 59 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.700952003 +0000 UTC m=+30.918368050 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bd940): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bde80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bde80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bde80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdbab0 item 60 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bde80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bde80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.701442684 +0000 UTC m=+30.918858730 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306bde80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdbd50 item 60 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.702062629 +0000 UTC m=+30.919478675 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307024c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30702a80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30702a80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30702a80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30702a80): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30702a80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.702062629 +0000 UTC m=+30.919478675 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30702a80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057e070 item 60 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.703471901 +0000 UTC m=+30.920887948 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307030c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703600): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703600): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703600): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057e4d0 item 61 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703600): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703600): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.704015942 +0000 UTC m=+30.921431988 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703600): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703d00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703d00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.704015942 +0000 UTC m=+30.921431988 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30703d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057e700 item 61 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.705463497 +0000 UTC m=+30.922879542 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728980): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728980): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057eb60 item 62 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728980): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.705982561 +0000 UTC m=+30.923398617 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30728980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729080): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729080): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729080): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.705982561 +0000 UTC m=+30.923398617 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057ed20 item 62 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.707467867 +0000 UTC m=+30.924883923 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307296c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729c00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729c00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729c00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057f0a0 item 63 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729c00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729c00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.708017068 +0000 UTC m=+30.925433114 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30729c00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744400): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744400): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744400): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.708017068 +0000 UTC m=+30.925433114 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057f260 item 63 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.709320609 +0000 UTC m=+30.926736655 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744a40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744f80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744f80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744f80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057f5e0 item 64 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744f80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744f80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.709793255 +0000 UTC m=+30.927209301 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30744f80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745680): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745680): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745680): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745680): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745680): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.709793255 +0000 UTC m=+30.927209301 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745680): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057f880 item 64 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745cc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745cc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745cc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745cc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745cc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.711136613 +0000 UTC m=+30.928552658 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30745cc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780240): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780240): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780240): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780240): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057fc70 item 65 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780240): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.711631632 +0000 UTC m=+30.929047677 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780740): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780740): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.711631632 +0000 UTC m=+30.929047677 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30972070 item 65 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780d80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780d80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780d80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780d80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.712930223 +0000 UTC m=+30.930346270 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30780d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309725b0 item 66 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781200): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781200): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781200): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781200): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.713516825 +0000 UTC m=+30.930932871 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781740): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781740): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.713516825 +0000 UTC m=+30.930932871 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30972850 item 66 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781d80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781d80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781d80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781d80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.714934212 +0000 UTC m=+30.932350258 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30781d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a300): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a300): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a300): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a300): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30972bd0 item 67 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a300): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.715542065 +0000 UTC m=+30.932958121 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a800): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a800): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a800): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.715542065 +0000 UTC m=+30.932958121 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079a800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30972d90 item 67 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079ae80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079ae80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079ae80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079ae80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079ae80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.716967397 +0000 UTC m=+30.934383453 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079ae80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b380): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b380): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309731f0 item 68 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b380): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b380): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b380): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b380): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b380): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.717557135 +0000 UTC m=+30.934973181 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b8c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b8c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b8c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b8c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b8c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.717557135 +0000 UTC m=+30.934973181 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3079b8c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309733b0 item 68 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6000): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6000): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6000): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6000): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6000): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.718793279 +0000 UTC m=+30.936209325 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6000): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6480): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6480): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6480): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6480): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309737a0 item 69 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6480): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.719317913 +0000 UTC m=+30.936733960 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6980): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6980): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6980): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.719317913 +0000 UTC m=+30.936733960 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b6980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30973960 item 69 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7000): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7000): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7000): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7000): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7000): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.720585376 +0000 UTC m=+30.938001423 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7000): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7500): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30973dc0 item 70 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7500): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7500): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7500): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7500): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.721346189 +0000 UTC m=+30.938762235 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7a40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7a40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7a40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7a40): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7a40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.721346189 +0000 UTC m=+30.938762235 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307b7a40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030c380 item 70 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d41c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d41c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d41c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d41c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d41c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.722907349 +0000 UTC m=+30.940323395 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d41c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d46c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d46c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d46c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d46c0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d46c0): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030c7e0 item 71 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d46c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d46c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.723444848 +0000 UTC m=+30.940860894 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d46c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d4bc0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d4bc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d4bc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d4bc0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d4bc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.723444848 +0000 UTC m=+30.940860894 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307d4bc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030c9a0 item 71 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c0c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c0c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c0c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c0c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c0c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.725129411 +0000 UTC m=+30.942545467 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c0c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c5c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c5c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30000310 item 72 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c5c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c5c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c5c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c5c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c5c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.72573511 +0000 UTC m=+30.943151156 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080c5c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080cb00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080cb00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080cb00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080cb00): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080cb00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.72573511 +0000 UTC m=+30.943151156 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080cb00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300005b0 item 72 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d0c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d0c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d0c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d0c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d0c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d0c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d0c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.727234062 +0000 UTC m=+30.944650118 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d0c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d5c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d5c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d5c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30001810 item 73 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d5c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d5c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.727793592 +0000 UTC m=+30.945209648 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080d5c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080da80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080da80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080da80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080da80): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080da80): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ee070 item 73 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080da80): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080da80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.728576537 +0000 UTC m=+30.945992593 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3080da80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308380c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308380c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308380c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308380c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308380c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.728576537 +0000 UTC m=+30.945992593 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308380c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ee5b0 item 73 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838640): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838640): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838640): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838640): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838640): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.731524105 +0000 UTC m=+30.948940161 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838b40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838b40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838b40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030c3f0 item 74 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838b40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838b40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.732161284 +0000 UTC m=+30.949577340 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30838b40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839080): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030c690 item 74 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839080): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839080): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839080): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839080): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.732791198 +0000 UTC m=+30.950207254 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839600): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839600): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839600): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839600): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839600): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.732791198 +0000 UTC m=+30.950207254 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839600): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030c850 item 74 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839c40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839c40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839c40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839c40): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839c40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839c40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839c40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.7341898 +0000 UTC m=+30.951605856 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30839c40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c2c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c2c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c2c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030cc40 item 75 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c2c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c2c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.734677404 +0000 UTC m=+30.952093460 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c2c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c800): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c800): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c800): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c800): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030d3b0 item 75 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c800): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.735347534 +0000 UTC m=+30.952763590 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cdc0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cdc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cdc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cdc0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cdc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.735347534 +0000 UTC m=+30.952763590 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cdc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030d570 item 75 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d400): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d400): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d400): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d400): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d400): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.736874459 +0000 UTC m=+30.954290506 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d900): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d900): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d900): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030d8f0 item 76 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d900): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d900): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.737336945 +0000 UTC m=+30.954752992 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d900): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050de40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050de40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030dab0 item 76 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050de40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050de40): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050de40): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050de40): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050de40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.738042123 +0000 UTC m=+30.955458169 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050de40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305784c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305784c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305784c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305784c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305784c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.738042123 +0000 UTC m=+30.955458169 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305784c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030dd50 item 76 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578b00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578b00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578b00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578b00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.73942786 +0000 UTC m=+30.956843916 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579000): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579000): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579000): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ee930 item 77 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579000): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579000): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.739973254 +0000 UTC m=+30.957389300 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579000): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579700): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579700): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579700): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.739973254 +0000 UTC m=+30.957389300 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303eebd0 item 77 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.741608243 +0000 UTC m=+30.959024299 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307063c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307063c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307063c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ef3b0 item 78 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307063c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307063c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.742397109 +0000 UTC m=+30.959813156 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307063c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706ac0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706ac0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706ac0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706ac0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706ac0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.742397109 +0000 UTC m=+30.959813156 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706ac0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ef650 item 78 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707180): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707180): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707180): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707180): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707180): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.743887505 +0000 UTC m=+30.961303551 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707680): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707680): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707680): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303efb20 item 79 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707680): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707680): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.744398034 +0000 UTC m=+30.961814079 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707680): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707d80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707d80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707d80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707d80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.744398034 +0000 UTC m=+30.961814079 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2fc323f0 item 79 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2a80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2a80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2a80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2a80): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2a80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2a80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2a80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.745780824 +0000 UTC m=+30.963196871 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2a80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30100): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30100): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30100): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30572380 item 80 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30100): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30100): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.74628472 +0000 UTC m=+30.963700766 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30100): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd308c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd308c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd308c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd308c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd308c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.74628472 +0000 UTC m=+30.963700766 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd308c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30572540 item 80 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd315c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd315c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd315c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd315c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd315c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.747689733 +0000 UTC m=+30.965105780 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd315c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb305728c0 item 81 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.74824135 +0000 UTC m=+30.965657396 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.74824135 +0000 UTC m=+30.965657396 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb47c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30572a80 item 81 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5000): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5000): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5000): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5000): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5000): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.749588123 +0000 UTC m=+30.967004170 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5000): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30572ee0 item 82 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.75016137 +0000 UTC m=+30.967577416 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0140): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0140): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0140): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.75016137 +0000 UTC m=+30.967577416 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30573260 item 82 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0800): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0800): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0800): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.751496572 +0000 UTC m=+30.968912628 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30573650 item 83 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.752071281 +0000 UTC m=+30.969487337 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.752071281 +0000 UTC m=+30.969487337 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30573810 item 83 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d18c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d18c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d18c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d18c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d18c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.753606973 +0000 UTC m=+30.971023029 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d18c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30573c00 item 84 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.754239212 +0000 UTC m=+30.971655257 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1dc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fc440): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fc440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fc440): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fc440): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fc440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.754239212 +0000 UTC m=+30.971655257 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fc440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30573dc0 item 84 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcac0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcac0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcac0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcac0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcac0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.755516643 +0000 UTC m=+30.972932689 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcac0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffde3f0 item 85 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.756138021 +0000 UTC m=+30.973554067 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fcfc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fd500): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fd500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fd500): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fd500): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fd500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.756138021 +0000 UTC m=+30.973554067 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fd500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffde770 item 85 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fdb80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fdb80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fdb80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fdb80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fdb80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.757466309 +0000 UTC m=+30.974882355 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307fdb80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffded20 item 86 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.758160064 +0000 UTC m=+30.975576120 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178700): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178700): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178700): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.758160064 +0000 UTC m=+30.975576120 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdf340 item 86 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178d80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178d80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178d80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178d80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.75949256 +0000 UTC m=+30.976908616 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdf810 item 87 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.760058734 +0000 UTC m=+30.977474781 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179280): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301797c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301797c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301797c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301797c0): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301797c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.760058734 +0000 UTC m=+30.977474781 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301797c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdfc70 item 87 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179e40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179e40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179e40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179e40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.761344462 +0000 UTC m=+30.978760508 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b6930 item 88 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.761896558 +0000 UTC m=+30.979312604 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc9c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc9c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc9c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc9c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc9c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.761896558 +0000 UTC m=+30.979312604 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cc9c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b6cb0 item 88 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.763126992 +0000 UTC m=+30.980543038 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd000): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd540): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd540): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd540): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b7500 item 89 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd540): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd540): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.763575271 +0000 UTC m=+30.980991317 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cd540): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b77a0 item 89 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.764129141 +0000 UTC m=+30.981545188 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301cda80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2100): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2100): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2100): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2100): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2100): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.764129141 +0000 UTC m=+30.981545188 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2100): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b79d0 item 89 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.765440568 +0000 UTC m=+30.982856613 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848480): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848480): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095e230 item 90 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848480): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.766050013 +0000 UTC m=+30.983466069 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095e460 item 90 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.766647395 +0000 UTC m=+30.984063442 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308489c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848f80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848f80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848f80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848f80): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848f80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.766647395 +0000 UTC m=+30.984063442 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30848f80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095e690 item 90 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.768062118 +0000 UTC m=+30.985478174 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308495c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30849b00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30849b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30849b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095ea10 item 91 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30849b00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30849b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.768608153 +0000 UTC m=+30.986024209 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30849b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095ebd0 item 91 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.769238448 +0000 UTC m=+30.986654504 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308566c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308566c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308566c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308566c0): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308566c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.769238448 +0000 UTC m=+30.986654504 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308566c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095ee70 item 91 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.770786924 +0000 UTC m=+30.988202980 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30856d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857240): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857240): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f1f0 item 92 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857240): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.771351614 +0000 UTC m=+30.988767670 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f3b0 item 92 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.771956792 +0000 UTC m=+30.989372838 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857780): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857d40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857d40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857d40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857d40): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.771956792 +0000 UTC m=+30.989372838 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30857d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f570 item 92 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.7733689 +0000 UTC m=+30.990784956 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30862480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308629c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308629c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308629c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f8f0 item 93 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308629c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308629c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.773884096 +0000 UTC m=+30.991300141 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308629c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308630c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308630c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308630c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308630c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308630c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.773884096 +0000 UTC m=+30.991300141 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308630c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095fab0 item 93 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.775334647 +0000 UTC m=+30.992750703 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863c40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863c40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863c40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095fe30 item 94 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863c40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863c40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.775888035 +0000 UTC m=+30.993304091 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30863c40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870440): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870440): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870440): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.775888035 +0000 UTC m=+30.993304091 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2150 item 94 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.777459464 +0000 UTC m=+30.994875520 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870a80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870fc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870fc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870fc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e24d0 item 95 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870fc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870fc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.777971555 +0000 UTC m=+30.995387611 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30870fc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308716c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308716c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308716c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308716c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308716c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.777971555 +0000 UTC m=+30.995387611 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb308716c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2850 item 95 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.779573262 +0000 UTC m=+30.996989328 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30871d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236340): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236340): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236340): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2f50 item 96 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236340): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236340): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.78015202 +0000 UTC m=+30.997568076 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236340): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236a40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236a40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236a40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236a40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236a40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.78015202 +0000 UTC m=+30.997568076 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236a40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e31f0 item 96 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= 2026/05/23 02:21:38 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : >WaitForWriters: 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:38 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/23 02:21:38 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.785628231 +0000 UTC m=+31.003044287 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.785628231 +0000 UTC m=+31.003044287 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e36c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e36c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e36c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e36c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e36c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.785628231 +0000 UTC m=+31.003044287 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e36c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30961650 item 1 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.787710379 +0000 UTC m=+31.005126435 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c300): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c300): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c300): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.787710379 +0000 UTC m=+31.005126435 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30961ce0 item 2 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c940): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c940): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c940): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c940): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c940): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.789128548 +0000 UTC m=+31.006544604 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033c940): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033cdc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033cdc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033cdc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033cdc0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033cdc0): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033cdc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033cdc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.789128548 +0000 UTC m=+31.006544604 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033cdc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d280): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d280): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d280): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d280): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d280): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.789128548 +0000 UTC m=+31.006544604 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d280): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dc850 item 3 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d900): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d900): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d900): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d900): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d900): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.791037498 +0000 UTC m=+31.008453543 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033d900): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033de40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033de40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033de40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033de40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033de40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.791037498 +0000 UTC m=+31.008453543 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3033de40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dd180 item 4 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035c580): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035c580): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035c580): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035c580): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035c580): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.792471176 +0000 UTC m=+31.009887232 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035c580): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035ca00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035ca00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035ca00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035ca00): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035ca00): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035ca00): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035ca00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.792471176 +0000 UTC m=+31.009887232 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035ca00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035cec0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035cec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035cec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035cec0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035cec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.792471176 +0000 UTC m=+31.009887232 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035cec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302ddce0 item 5 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035d540): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035d540): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035d540): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035d540): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035d540): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.794486176 +0000 UTC m=+31.011902232 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035d540): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035da80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035da80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035da80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035da80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035da80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.794486176 +0000 UTC m=+31.011902232 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3035da80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0a460 item 6 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390200): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.795817028 +0000 UTC m=+31.013233074 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390700): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390700): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390700): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390700): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390700): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.795817028 +0000 UTC m=+31.013233074 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390bc0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390bc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390bc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390bc0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390bc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.795817028 +0000 UTC m=+31.013233074 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390bc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0a7e0 item 7 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391240): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391240): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391240): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.798009636 +0000 UTC m=+31.015425692 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391780): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391780): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391780): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391780): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391780): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.798009636 +0000 UTC m=+31.015425692 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391780): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0acb0 item 8 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391d40): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb30391d40): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391d40): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391d40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8200): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.79954123 +0000 UTC m=+31.016957276 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8680): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8680): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8680): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8680): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8680): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8680): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8680): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.79954123 +0000 UTC m=+31.016957276 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8680): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8b80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8b80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8b80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8b80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8b80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.79954123 +0000 UTC m=+31.016957276 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c8b80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b030 item 9 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9200): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.801548034 +0000 UTC m=+31.018964081 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9740): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9740): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.801548034 +0000 UTC m=+31.018964081 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b500 item 10 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9d80): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb303c9d80): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9d80): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9d80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9d80): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303c9d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470240): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470240): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470240): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.8029649 +0000 UTC m=+31.020380946 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470740): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470740): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470740): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470740): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.8029649 +0000 UTC m=+31.020380946 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470c40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470c40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470c40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470c40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470c40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.8029649 +0000 UTC m=+31.020380946 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30470c40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b880 item 11 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304712c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304712c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304712c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304712c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304712c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.80501683 +0000 UTC m=+31.022432886 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304712c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471800): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471800): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471800): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.80501683 +0000 UTC m=+31.022432886 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0bd50 item 12 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471e40): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb30471e40): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471e40): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471e40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471e40): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30471e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b0300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b0300): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b0300): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b0300): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b0300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.80653019 +0000 UTC m=+31.023946247 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b0300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b09c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b09c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b09c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b09c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b09c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.80653019 +0000 UTC m=+31.023946247 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b09c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308da380 item 13 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1040): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1040): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1040): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1040): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1040): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.807971593 +0000 UTC m=+31.025387649 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1040): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1580): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1580): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1580): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1580): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1580): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.807971593 +0000 UTC m=+31.025387649 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1580): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308da850 item 14 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1bc0): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb304b1bc0): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1bc0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1bc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1bc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1bc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304b1bc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2080): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2080): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2080): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.809483138 +0000 UTC m=+31.026899194 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2740): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2740): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.809483138 +0000 UTC m=+31.026899194 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dabd0 item 15 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2dc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2dc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2dc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2dc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2dc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.810753758 +0000 UTC m=+31.028169803 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d2dc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3300): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3300): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3300): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.810753758 +0000 UTC m=+31.028169803 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dafc0 item 16 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3940): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3940): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3940): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3940): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3940): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.812182687 +0000 UTC m=+31.029598743 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3940): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.812182687 +0000 UTC m=+31.029598743 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304d3dc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f43c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f43c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f43c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f43c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f43c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.812182687 +0000 UTC m=+31.029598743 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f43c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308db880 item 17 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4a40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4a40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4a40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4a40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4a40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.814146641 +0000 UTC m=+31.031562697 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4a40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4f80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4f80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4f80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4f80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4f80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.814146641 +0000 UTC m=+31.031562697 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f4f80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dbd50 item 18 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5600): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5600): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5600): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5600): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5600): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.81547073 +0000 UTC m=+31.032886786 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5600): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.81547073 +0000 UTC m=+31.032886786 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304f5b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c100): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c100): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c100): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c100): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c100): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.81547073 +0000 UTC m=+31.032886786 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c100): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492310 item 19 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c780): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c780): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c780): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c780): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c780): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.817388496 +0000 UTC m=+31.034804542 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051c780): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051ccc0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051ccc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051ccc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051ccc0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051ccc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.817388496 +0000 UTC m=+31.034804542 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051ccc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb304927e0 item 20 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d340): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d340): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d340): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d340): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d340): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.818683501 +0000 UTC m=+31.036099547 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d340): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.818683501 +0000 UTC m=+31.036099547 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051d840): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051dd40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051dd40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051dd40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051dd40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051dd40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.818683501 +0000 UTC m=+31.036099547 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3051dd40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492bd0 item 21 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305444c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305444c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305444c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305444c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305444c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.820469147 +0000 UTC m=+31.037885193 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305444c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30544a00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30544a00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30544a00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30544a00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30544a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.820469147 +0000 UTC m=+31.037885193 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30544a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb304930a0 item 22 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545080): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545080): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545080): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.821803136 +0000 UTC m=+31.039219192 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.821803136 +0000 UTC m=+31.039219192 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545580): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545a80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545a80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545a80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545a80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545a80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.821803136 +0000 UTC m=+31.039219192 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30545a80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30493420 item 23 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564200): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.824139205 +0000 UTC m=+31.041555272 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564740): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564740): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.824139205 +0000 UTC m=+31.041555272 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30493c00 item 24 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564d80): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb30564d80): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564d80): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564d80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564d80): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564d80): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30564d80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565140): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565140): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565140): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.825728679 +0000 UTC m=+31.043144725 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.825728679 +0000 UTC m=+31.043144725 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565b80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565b80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565b80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565b80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565b80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.825728679 +0000 UTC m=+31.043144725 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30565b80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302780e0 item 25 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590300): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590300): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590300): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.827625655 +0000 UTC m=+31.045041701 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590840): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590840): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590840): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590840): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590840): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.827625655 +0000 UTC m=+31.045041701 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590840): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278690 item 26 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590e80): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb30590e80): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590e80): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590e80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590e80): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30590e80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591240): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591240): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591240): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.8290314 +0000 UTC m=+31.046447446 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.8290314 +0000 UTC m=+31.046447446 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591c80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591c80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591c80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591c80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591c80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.8290314 +0000 UTC m=+31.046447446 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30591c80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278a10 item 27 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc400): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc400): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc400): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.830887529 +0000 UTC m=+31.048303574 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc940): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc940): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc940): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc940): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc940): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.830887529 +0000 UTC m=+31.048303574 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dc940): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302790a0 item 28 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dcf80): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb305dcf80): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dcf80): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dcf80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dcf80): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dcf80): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dcf80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dd340): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dd340): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dd340): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dd340): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dd340): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.83228562 +0000 UTC m=+31.049701666 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dd340): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dda00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dda00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dda00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dda00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dda00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.83228562 +0000 UTC m=+31.049701666 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305dda00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279490 item 29 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a180): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a180): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a180): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.833913366 +0000 UTC m=+31.051329422 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a6c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a6c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a6c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a6c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a6c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.833913366 +0000 UTC m=+31.051329422 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060a6c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279960 item 30 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060ad00): _readAt: size=2, off=0 2026/05/23 02:21:38 ERROR : open-test-file(0x37cb3060ad00): Couldn't read size of file 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060ad00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060ad00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060ad00): >_writeAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060ad00): close: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060ad00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b0c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b0c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b0c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b0c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b0c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.835861039 +0000 UTC m=+31.053277175 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b0c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b780): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b780): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b780): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b780): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b780): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.835861039 +0000 UTC m=+31.053277175 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060b780): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279ce0 item 31 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060be00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060be00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060be00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060be00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060be00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.837736253 +0000 UTC m=+31.055152309 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3060be00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062e440): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062e440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062e440): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062e440): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062e440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.837736253 +0000 UTC m=+31.055152309 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062e440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffda700 item 32 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ea80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ea80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ea80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ea80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ea80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.839065293 +0000 UTC m=+31.056481340 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ea80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ef00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ef00): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ef00): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ef00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ef00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdb260 item 33 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ef00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ef00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.839550203 +0000 UTC m=+31.056966259 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062ef00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062f400): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062f400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062f400): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062f400): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062f400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.839550203 +0000 UTC m=+31.056966259 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062f400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdb500 item 33 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fa40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fa40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fa40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fa40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fa40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.840889342 +0000 UTC m=+31.058305388 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fa40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdbb90 item 34 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fec0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fec0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fec0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fec0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.841648181 +0000 UTC m=+31.059064267 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3062fec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064c500): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064c500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064c500): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064c500): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064c500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.841648181 +0000 UTC m=+31.059064267 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064c500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdbe30 item 34 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cb40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cb40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cb40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cb40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cb40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.842928578 +0000 UTC m=+31.060344634 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cb40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cfc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cfc0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cfc0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cfc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cfc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057e310 item 35 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cfc0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cfc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.843404029 +0000 UTC m=+31.060820075 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064cfc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064d4c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064d4c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064d4c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064d4c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064d4c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.843404029 +0000 UTC m=+31.060820075 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064d4c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057e5b0 item 35 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064db40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064db40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064db40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064db40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064db40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.844624082 +0000 UTC m=+31.062040129 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3064db40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674140): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057ea80 item 36 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674140): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674140): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674140): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674140): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.845009103 +0000 UTC m=+31.062425148 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674680): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674680): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674680): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674680): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674680): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.845009103 +0000 UTC m=+31.062425148 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674680): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057ec40 item 36 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674cc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674cc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674cc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674cc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674cc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.846375813 +0000 UTC m=+31.063791859 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30674cc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675140): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675140): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675140): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675140): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057efc0 item 37 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675140): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.846771084 +0000 UTC m=+31.064187129 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675640): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675640): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675640): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.846771084 +0000 UTC m=+31.064187129 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057f180 item 37 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675cc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675cc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675cc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675cc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675cc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.847821354 +0000 UTC m=+31.065237399 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30675cc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e2c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e2c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057f500 item 38 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e2c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e2c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e2c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e2c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e2c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.848302587 +0000 UTC m=+31.065718633 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e2c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e800): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e800): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e800): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.848302587 +0000 UTC m=+31.065718633 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069e800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057f6c0 item 38 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069ee80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069ee80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069ee80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069ee80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069ee80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.849423111 +0000 UTC m=+31.066839157 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069ee80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f380): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f380): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f380): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f380): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f380): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057fb90 item 39 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f380): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f380): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.849790117 +0000 UTC m=+31.067206163 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f880): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f880): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f880): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f880): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f880): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.849790117 +0000 UTC m=+31.067206163 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3069f880): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057fd50 item 39 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc000): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc000): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc000): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc000): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc000): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.851207494 +0000 UTC m=+31.068623540 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc000): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc500): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309723f0 item 40 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc500): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc500): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc500): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc500): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.851779999 +0000 UTC m=+31.069196055 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cc500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cca40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cca40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cca40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cca40): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cca40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.851779999 +0000 UTC m=+31.069196055 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cca40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30972690 item 40 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306ccd80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306ccd80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306ccd80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306ccd80): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306ccd80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306ccd80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306ccd80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.85304602 +0000 UTC m=+31.070462065 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306ccd80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd300): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd300): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd300): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309728c0 item 41 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd300): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd300): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.853448372 +0000 UTC m=+31.070864419 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd300): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd7c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd7c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd7c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd7c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd7c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30972a80 item 41 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd7c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd7c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.8539588 +0000 UTC m=+31.071374846 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cd7c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cdd00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cdd00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cdd00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cdd00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cdd00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.8539588 +0000 UTC m=+31.071374846 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306cdd00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30972c40 item 41 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6740): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6740): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6740): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6740): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6740): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.855259166 +0000 UTC m=+31.072675212 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6c40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6c40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6c40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309730a0 item 42 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6c40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6c40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.855733875 +0000 UTC m=+31.073149921 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b6c40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7180): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30973260 item 42 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7180): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7180): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7180): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7180): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.856315118 +0000 UTC m=+31.073731164 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7700): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7700): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7700): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.856315118 +0000 UTC m=+31.073731164 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30973420 item 42 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7d40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7d40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7d40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7d40): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7d40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7d40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.857482231 +0000 UTC m=+31.074898276 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302b7d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706340): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706340): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706340): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30973810 item 43 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706340): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706340): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.857970366 +0000 UTC m=+31.075386412 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706340): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706880): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706880): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706880): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706880): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706880): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309739d0 item 43 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706880): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706880): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.858447891 +0000 UTC m=+31.075863937 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706880): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706dc0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706dc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706dc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706dc0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706dc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.858447891 +0000 UTC m=+31.075863937 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30706dc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30973b90 item 43 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707480): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707480): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707480): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707480): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707480): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.859825233 +0000 UTC m=+31.077241278 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707980): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707980): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2150 item 44 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707980): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.860341701 +0000 UTC m=+31.077757747 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707ec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707ec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2310 item 44 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707ec0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707ec0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707ec0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707ec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.861014837 +0000 UTC m=+31.078430883 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30707ec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c5c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c5c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c5c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c5c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c5c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.861014837 +0000 UTC m=+31.078430883 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050c5c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e24d0 item 44 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cc00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cc00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cc00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cc00): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cc00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cc00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cc00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.862293322 +0000 UTC m=+31.079709368 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050cc00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d100): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d100): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d100): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2cb0 item 45 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d100): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d100): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.862727524 +0000 UTC m=+31.080143571 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d100): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d800): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d800): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d800): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.862727524 +0000 UTC m=+31.080143571 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050d800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e2f50 item 45 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578240): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578240): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578240): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578240): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578240): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.864171723 +0000 UTC m=+31.081587769 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578740): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578740): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30776230 item 46 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578740): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.864636514 +0000 UTC m=+31.082052560 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578e40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578e40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578e40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578e40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.864636514 +0000 UTC m=+31.082052560 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30578e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb307763f0 item 46 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579480): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579480): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579480): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579480): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579480): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.866076565 +0000 UTC m=+31.083492610 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579980): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579980): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30776a10 item 47 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579980): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.866560051 +0000 UTC m=+31.083976097 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30579980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.866560051 +0000 UTC m=+31.083976097 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ff4f3c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30776c40 item 47 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2fc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2fc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2fc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2fc0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2fc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2fc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2fc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.867903949 +0000 UTC m=+31.085319995 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb300c2fc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30380): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30380): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30380): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777180 item 48 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30380): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30380): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.868457188 +0000 UTC m=+31.085873255 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30ec0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30ec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30ec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30ec0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30ec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.868457188 +0000 UTC m=+31.085873255 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd30ec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777490 item 48 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31940): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31940): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31940): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31940): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31940): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.869746853 +0000 UTC m=+31.087162900 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2fd31940): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777810 item 49 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.870231472 +0000 UTC m=+31.087647518 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4b00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4b00): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.870231472 +0000 UTC m=+31.087647518 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb4b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb307779d0 item 49 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5200): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.871541335 +0000 UTC m=+31.088957381 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30777e30 item 50 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.872169385 +0000 UTC m=+31.089585432 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb2ffb5c00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0380): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0380): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0380): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0380): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0380): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.872169385 +0000 UTC m=+31.089585432 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2fc324d0 item 50 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0a00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0a00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0a00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0a00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.873378678 +0000 UTC m=+31.090794724 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2fc33570 item 51 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.873863658 +0000 UTC m=+31.091279704 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d0f00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1440): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1440): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1440): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.873863658 +0000 UTC m=+31.091279704 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2fc33dc0 item 51 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1ac0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1ac0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1ac0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1ac0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1ac0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.875233746 +0000 UTC m=+31.092649792 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301d1ac0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030c690 item 52 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.875835787 +0000 UTC m=+31.093251853 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e20c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2640): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2640): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2640): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.875835787 +0000 UTC m=+31.093251853 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030c850 item 52 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.877109822 +0000 UTC m=+31.094525869 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e2d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030cbd0 item 53 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.877612956 +0000 UTC m=+31.095029002 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3740): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3740): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.877612956 +0000 UTC m=+31.095029002 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030d340 item 53 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3dc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3dc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3dc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3dc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3dc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.878931256 +0000 UTC m=+31.096347301 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e3dc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030d6c0 item 54 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.87950322 +0000 UTC m=+31.096919266 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301783c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178940): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178940): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178940): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178940): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178940): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.87950322 +0000 UTC m=+31.096919266 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178940): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030d880 item 54 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178fc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178fc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178fc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178fc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178fc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.880723794 +0000 UTC m=+31.098139840 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30178fc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3030dce0 item 55 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.881762693 +0000 UTC m=+31.099178740 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301794c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179a00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179a00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179a00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179a00): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.881762693 +0000 UTC m=+31.099178740 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30179a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ee000 item 55 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba180): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba180): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba180): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.883140877 +0000 UTC m=+31.100556923 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ee850 item 56 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.88369118 +0000 UTC m=+31.101107226 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301ba680): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bac00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bac00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bac00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bac00): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bac00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.88369118 +0000 UTC m=+31.101107226 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bac00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303eea80 item 56 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.885045998 +0000 UTC m=+31.102462044 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb780): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb780): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb780): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ef110 item 57 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb780): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb780): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.88561159 +0000 UTC m=+31.103027637 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bb780): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ef570 item 57 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.886120256 +0000 UTC m=+31.103536302 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301bbcc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4340): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4340): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4340): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4340): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4340): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.886120256 +0000 UTC m=+31.103536302 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4340): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303ef810 item 57 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.887335689 +0000 UTC m=+31.104751736 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4ec0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4ec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4ec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb303efce0 item 58 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4ec0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4ec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.887846869 +0000 UTC m=+31.105262915 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e4ec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30572230 item 58 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.888505859 +0000 UTC m=+31.105921905 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e5400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e59c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e59c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e59c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e59c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e59c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.888505859 +0000 UTC m=+31.105921905 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb301e59c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb305723f0 item 58 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.89044224 +0000 UTC m=+31.107858285 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302685c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302685c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302685c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e3500 item 59 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302685c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302685c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.891034792 +0000 UTC m=+31.108450839 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302685c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e36c0 item 59 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.891630522 +0000 UTC m=+31.109046569 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30268b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269080): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269080): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269080): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.891630522 +0000 UTC m=+31.109046569 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302e3a40 item 59 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.895103787 +0000 UTC m=+31.112519833 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb302696c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269c00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269c00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269c00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffde070 item 60 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269c00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269c00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.896773172 +0000 UTC m=+31.114189219 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30269c00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffde310 item 60 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.897383349 +0000 UTC m=+31.114799395 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236800): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236800): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236800): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.897383349 +0000 UTC m=+31.114799395 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffde540 item 60 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.89844878 +0000 UTC m=+31.115864825 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30236e40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237380): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237380): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237380): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdec40 item 61 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237380): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237380): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.898889515 +0000 UTC m=+31.116305561 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237a80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237a80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237a80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237a80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237a80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.898889515 +0000 UTC m=+31.116305561 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30237a80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdeee0 item 61 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.900015229 +0000 UTC m=+31.117431274 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303241c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324700): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324700): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdf650 item 62 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324700): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.900404698 +0000 UTC m=+31.117820744 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324e00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324e00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324e00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324e00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324e00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.900404698 +0000 UTC m=+31.117820744 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30324e00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdf9d0 item 62 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.901647985 +0000 UTC m=+31.119064061 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325980): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325980): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325980): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b65b0 item 63 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325980): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325980): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.90199926 +0000 UTC m=+31.119415307 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30325980): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350180): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350180): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350180): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.90199926 +0000 UTC m=+31.119415307 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b6a10 item 63 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): >_readAt: n=0, err=Bad file descriptor 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.903178316 +0000 UTC m=+31.120594362 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303507c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b73b0 item 64 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.903558116 +0000 UTC m=+31.120974162 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30350d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351400): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351400): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351400): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351400): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351400): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.903558116 +0000 UTC m=+31.120974162 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351400): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b7650 item 64 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351a40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351a40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351a40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351a40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351a40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.904770335 +0000 UTC m=+31.122186381 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351a40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351ec0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351ec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351ec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351ec0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351ec0): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb300b7c00 item 65 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351ec0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351ec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.905204999 +0000 UTC m=+31.122621045 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30351ec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303644c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303644c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303644c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303644c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303644c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.905204999 +0000 UTC m=+31.122621045 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303644c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095e150 item 65 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364b00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364b00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.906330111 +0000 UTC m=+31.123746157 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364f80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364f80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095e5b0 item 66 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364f80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364f80): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364f80): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364f80): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364f80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.906822465 +0000 UTC m=+31.124238511 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30364f80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303654c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303654c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303654c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303654c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303654c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.906822465 +0000 UTC m=+31.124238511 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303654c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095e770 item 66 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30365b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30365b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30365b00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30365b00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30365b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.907882554 +0000 UTC m=+31.125298601 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30365b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390080): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390080): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390080): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390080): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390080): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095eaf0 item 67 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390080): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390080): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.908305767 +0000 UTC m=+31.125721813 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390080): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390580): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390580): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390580): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390580): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390580): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.908305767 +0000 UTC m=+31.125721813 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390580): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095ed90 item 67 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390c00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390c00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390c00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390c00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390c00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.909427704 +0000 UTC m=+31.126843760 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30390c00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391100): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391100): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f110 item 68 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391100): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391100): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391100): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391100): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391100): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.909839064 +0000 UTC m=+31.127255110 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391100): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391640): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391640): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391640): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391640): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391640): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.909839064 +0000 UTC m=+31.127255110 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391640): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f2d0 item 68 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391c80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391c80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391c80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391c80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391c80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.910872183 +0000 UTC m=+31.128288229 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30391c80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc200): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc200): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc200): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc200): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f650 item 69 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc200): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.911389274 +0000 UTC m=+31.128805319 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc700): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc700): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc700): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.911389274 +0000 UTC m=+31.128805319 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bc700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095f810 item 69 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bcd80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bcd80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bcd80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bcd80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bcd80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.912561977 +0000 UTC m=+31.129978022 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bcd80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd280): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd280): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095fb90 item 70 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd280): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd280): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd280): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd280): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd280): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.913054981 +0000 UTC m=+31.130471027 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd280): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd7c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd7c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd7c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd7c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd7c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.913054981 +0000 UTC m=+31.130471027 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bd7c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3095fd50 item 70 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bde40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bde40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bde40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bde40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bde40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.914442291 +0000 UTC m=+31.131858337 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb303bde40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456440): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456440): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456440): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456440): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30960770 item 71 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456440): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.914888157 +0000 UTC m=+31.132304203 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456940): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456940): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456940): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456940): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456940): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.914888157 +0000 UTC m=+31.132304203 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456940): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30960930 item 71 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456fc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456fc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456fc0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456fc0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456fc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.91606606 +0000 UTC m=+31.133482106 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30456fc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304574c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304574c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30960cb0 item 72 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304574c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304574c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304574c0): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304574c0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304574c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.91666726 +0000 UTC m=+31.134083306 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304574c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30457a00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30457a00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30457a00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30457a00): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30457a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.91666726 +0000 UTC m=+31.134083306 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30457a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30960e70 item 72 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa0c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa0c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa0c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa0c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa0c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa0c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa0c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.917814234 +0000 UTC m=+31.135230280 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa0c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa5c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa5c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa5c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb309615e0 item 73 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa5c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa5c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.918220625 +0000 UTC m=+31.135636670 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aa5c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aaa80): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aaa80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aaa80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aaa80): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aaa80): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30961880 item 73 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aaa80): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aaa80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.91869802 +0000 UTC m=+31.136114066 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aaa80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aafc0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aafc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aafc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aafc0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aafc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.91869802 +0000 UTC m=+31.136114066 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304aafc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30961b20 item 73 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ab600): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ab600): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ab600): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ab600): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ab600): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ab600): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ab600): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.919888336 +0000 UTC m=+31.137304383 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ab600): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304abb00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304abb00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304abb00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dc000 item 74 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304abb00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304abb00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.920361013 +0000 UTC m=+31.137777059 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304abb00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6140): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6140): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dc850 item 74 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6140): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6140): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6140): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6140): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6140): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.920823589 +0000 UTC m=+31.138239635 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6140): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c66c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c66c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c66c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c66c0): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c66c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.920823589 +0000 UTC m=+31.138239635 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c66c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dce00 item 74 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6d00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6d00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6d00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6d00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6d00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6d00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6d00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.921880133 +0000 UTC m=+31.139296179 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c6d00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dd2d0 item 75 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7200): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.922297795 +0000 UTC m=+31.139713851 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7740): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7740): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7740): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7740): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7740): _writeAt: size=3, off=2 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302dd8f0 item 75 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7740): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7740): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.922767305 +0000 UTC m=+31.140183351 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7740): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7c80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7c80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7c80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7c80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7c80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.922767305 +0000 UTC m=+31.140183351 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304c7c80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302ddd50 item 75 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee3c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee3c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee3c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee3c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee3c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee3c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee3c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.924018587 +0000 UTC m=+31.141434634 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee3c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee8c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee8c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee8c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0a380 item 76 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee8c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee8c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.924379962 +0000 UTC m=+31.141796008 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ee8c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eee00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eee00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0a540 item 76 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eee00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eee00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eee00): _writeAt: size=3, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eee00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eee00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.924892223 +0000 UTC m=+31.142308269 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304eee00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef380): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef380): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef380): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef380): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef380): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.924892223 +0000 UTC m=+31.142308269 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef380): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0a700 item 76 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef9c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef9c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef9c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef9c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef9c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef9c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef9c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.92606688 +0000 UTC m=+31.143482926 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304ef9c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304efec0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304efec0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304efec0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0aa80 item 77 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304efec0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304efec0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.926503489 +0000 UTC m=+31.143919534 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb304efec0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050e6c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050e6c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050e6c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050e6c0): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050e6c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.926503489 +0000 UTC m=+31.143919534 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050e6c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0ac40 item 77 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ed00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ed00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ed00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ed00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ed00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ed00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ed00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.927770541 +0000 UTC m=+31.145186587 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050ed00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0afc0 item 78 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f200): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.928189785 +0000 UTC m=+31.145605832 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f900): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f900): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f900): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f900): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f900): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.928189785 +0000 UTC m=+31.145605832 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3050f900): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b180 item 78 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c040): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c040): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c040): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c040): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c040): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c040): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c040): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.929483428 +0000 UTC m=+31.146899475 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c040): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c540): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c540): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c540): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b500 item 79 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c540): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c540): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.930846332 +0000 UTC m=+31.148262378 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052c540): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052cc40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052cc40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052cc40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052cc40): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052cc40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.930846332 +0000 UTC m=+31.148262378 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052cc40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0b6c0 item 79 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d280): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d280): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d280): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d280): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d280): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d280): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d280): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.932760591 +0000 UTC m=+31.150176637 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d280): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d780): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d780): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d780): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0ba40 item 80 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d780): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d780): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.933209912 +0000 UTC m=+31.150625959 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052d780): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052de80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052de80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052de80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052de80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052de80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.933209912 +0000 UTC m=+31.150625959 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3052de80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30a0bc00 item 80 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305585c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305585c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305585c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305585c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305585c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.934537019 +0000 UTC m=+31.151953065 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305585c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308da0e0 item 81 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.935003534 +0000 UTC m=+31.152419580 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558a40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558f80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558f80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558f80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558f80): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558f80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.935003534 +0000 UTC m=+31.152419580 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30558f80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308da3f0 item 81 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559600): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559600): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559600): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559600): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559600): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.936071899 +0000 UTC m=+31.153487945 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559600): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308da8c0 item 82 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.936566716 +0000 UTC m=+31.153982763 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30559b00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c180): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c180): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c180): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.936566716 +0000 UTC m=+31.153982763 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308daa80 item 82 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c800): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c800): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c800): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.93770213 +0000 UTC m=+31.155118176 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057c800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dae70 item 83 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.938196697 +0000 UTC m=+31.155612743 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057cd00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d240): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d240): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d240): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d240): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d240): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.938196697 +0000 UTC m=+31.155612743 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d240): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308db110 item 83 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d8c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d8c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d8c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d8c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d8c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.939318494 +0000 UTC m=+31.156734540 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057d8c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308db8f0 item 84 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.939781382 +0000 UTC m=+31.157197427 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3057ddc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aa440): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aa440): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aa440): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aa440): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aa440): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.939781382 +0000 UTC m=+31.157197427 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aa440): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dbab0 item 84 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aaac0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aaac0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aaac0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aaac0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aaac0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.941162861 +0000 UTC m=+31.158578927 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aaac0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb308dbe30 item 85 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.941651577 +0000 UTC m=+31.159067624 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305aafc0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ab500): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ab500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ab500): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ab500): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ab500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.941651577 +0000 UTC m=+31.159067624 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ab500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492230 item 85 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305abb80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305abb80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305abb80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305abb80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305abb80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.942850691 +0000 UTC m=+31.160266737 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305abb80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb304925b0 item 86 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.94339891 +0000 UTC m=+31.160814957 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea700): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea700): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea700): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.94339891 +0000 UTC m=+31.160814957 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ea700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492770 item 86 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ead80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ead80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ead80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ead80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ead80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.944532859 +0000 UTC m=+31.161948906 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305ead80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492b60 item 87 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.944964398 +0000 UTC m=+31.162380444 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb280): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb7c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb7c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb7c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb7c0): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb7c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.944964398 +0000 UTC m=+31.162380444 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb305eb7c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30492d20 item 87 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684200): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684200): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684200): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684200): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684200): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.946266447 +0000 UTC m=+31.163682494 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684200): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278150 item 88 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.946749142 +0000 UTC m=+31.164165198 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684700): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684c80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684c80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684c80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684c80): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684c80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.946749142 +0000 UTC m=+31.164165198 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30684c80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278310 item 88 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.947828378 +0000 UTC m=+31.165244424 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306852c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685800): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685800): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278770 item 89 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685800): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.948306525 +0000 UTC m=+31.165722571 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278930 item 89 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.948743322 +0000 UTC m=+31.166159369 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30685d40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e83c0): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e83c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e83c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e83c0): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e83c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.948743322 +0000 UTC m=+31.166159369 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e83c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30278af0 item 89 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.950146222 +0000 UTC m=+31.167562308 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8a00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8f40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8f40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8f40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279030 item 90 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8f40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8f40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.950574895 +0000 UTC m=+31.167990941 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e8f40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279260 item 90 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.95110499 +0000 UTC m=+31.168521036 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9a40): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9a40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9a40): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9a40): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9a40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.95110499 +0000 UTC m=+31.168521036 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb306e9a40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279420 item 90 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.952118302 +0000 UTC m=+31.169534358 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a6c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a6c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a6c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb302798f0 item 91 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a6c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a6c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.952475569 +0000 UTC m=+31.169891615 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071a6c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): >_readAt: n=2, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): _writeAt: size=3, off=7 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279ab0 item 91 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.95292468 +0000 UTC m=+31.170340726 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071ac00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b180): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b180): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b180): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b180): >_readAt: n=8, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b180): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.95292468 +0000 UTC m=+31.170340726 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b180): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb30279c70 item 91 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.954015539 +0000 UTC m=+31.171431585 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071b7c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071bd00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071bd00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071bd00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffda5b0 item 92 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071bd00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071bd00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.954488265 +0000 UTC m=+31.171904311 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb3071bd00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): open at offset 5 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdad90 item 92 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): _readAt: size=2, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): _writeAt: size=3, off=5 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): >_writeAt: n=3, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.954956964 +0000 UTC m=+31.172373020 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734340): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734900): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734900): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734900): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734900): >_readAt: n=3, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734900): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.954956964 +0000 UTC m=+31.172373020 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734900): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdb1f0 item 92 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.956277036 +0000 UTC m=+31.173693092 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30734f40): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735480): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735480): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735480): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdb650 item 93 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735480): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735480): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.956676294 +0000 UTC m=+31.174092339 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735480): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735b80): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735b80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735b80): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735b80): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735b80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.956676294 +0000 UTC m=+31.174092339 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30735b80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb2ffdbb20 item 93 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.957898701 +0000 UTC m=+31.175314747 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307582c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758800): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758800): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758800): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057e0e0 item 94 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758800): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758800): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.958347401 +0000 UTC m=+31.175763447 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758800): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758f00): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758f00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758f00): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758f00): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758f00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.958347401 +0000 UTC m=+31.175763447 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30758f00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057e2a0 item 94 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.959516328 +0000 UTC m=+31.176932374 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759540): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759a80): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759a80): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759a80): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057e7e0 item 95 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759a80): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759a80): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.959989696 +0000 UTC m=+31.177405741 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30759a80): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788280): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788280): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788280): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788280): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788280): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.959989696 +0000 UTC m=+31.177405741 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788280): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057ea10 item 95 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 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/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): open at offset 0 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): _readAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): >_readAt: n=0, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.961207244 +0000 UTC m=+31.178623289 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb307888c0): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788e00): _writeAt: size=5, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788e00): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788e00): >openPending: err= 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057ed90 item 96 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788e00): >_writeAt: n=5, err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788e00): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.961620247 +0000 UTC m=+31.179036293 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30788e00): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/23 02:21:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/23 02:21:38 DEBUG : open-test-file: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30789500): _readAt: size=512, off=0 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30789500): openPending: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30789500): >openPending: err= 2026/05/23 02:21:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30789500): >_readAt: n=5, err=EOF 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30789500): close: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-23 02:21:38.961620247 +0000 UTC m=+31.179036293 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : open-test-file(0x37cb30789500): >close: err= 2026/05/23 02:21:38 DEBUG : open-test-file: Remove: 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x37cb3057ef50 item 96 2026/05/23 02:21:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/23 02:21:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/23 02:21:38 DEBUG : open-test-file: >Remove: err= 2026/05/23 02:21:38 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : >WaitForWriters: 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.38s) --- PASS: TestRWFileHandleOpenTests/writes (0.20s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.18s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:38 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:38 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:38 DEBUG : file1: newRWFileHandle: 2026/05/23 02:21:38 DEBUG : file1(0x37cb305ebcc0): openPending: 2026/05/23 02:21:38 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:38 DEBUG : file1(0x37cb305ebcc0): >openPending: err= 2026/05/23 02:21:38 DEBUG : file1: >newRWFileHandle: err= 2026/05/23 02:21:38 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:38 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/23 02:21:38 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/23 02:21:38 DEBUG : file1(0x37cb305ebcc0): _writeAt: size=2, off=0 2026/05/23 02:21:38 DEBUG : file1(0x37cb305ebcc0): >_writeAt: n=2, err= 2026/05/23 02:21:38 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/23 02:21:38 DEBUG : file1(0x37cb305ebcc0): RWFileHandle.Flush 2026/05/23 02:21:38 DEBUG : file1(0x37cb305ebcc0): RWFileHandle.Release 2026/05/23 02:21:38 DEBUG : file1(0x37cb305ebcc0): close: 2026/05/23 02:21:38 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/23 02:21:38 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:38 DEBUG : file1(0x37cb305ebcc0): >close: err= 2026/05/23 02:21:38 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:38 DEBUG : Looking for writers 2026/05/23 02:21:38 DEBUG : file1: reading active writers 2026/05/23 02:21:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:39 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:39 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : file1: reading active writers 2026/05/23 02:21:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:39 DEBUG : file1: vfs cache: starting upload 2026/05/23 02:21:39 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1.a0a9169e.partial" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1.a0a9169e.partial 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1.a0a9169e.partial" 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : file1: reading active writers 2026/05/23 02:21:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gidewec2hiba/file1.a0a9169e.partial 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:39 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/23 02:21:39 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/23 02:21:39 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/23 02:21:39 INFO : file1: Copied (new) 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:39 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/23 02:21:39 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/23 02:21:39 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/23 02:21:39 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/23 02:21:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:39 INFO : file1: vfs cache: upload succeeded try #1 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : file1: reading active writers 2026/05/23 02:21:39 DEBUG : >WaitForWriters: 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:39 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:39 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:39 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:39 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/23 02:21:39 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : file1: reading active writers 2026/05/23 02:21:39 DEBUG : >WaitForWriters: 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.54s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:39 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:39 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:39 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:39 DEBUG : rename_me: newRWFileHandle: 2026/05/23 02:21:39 DEBUG : rename_me(0x37cb302b6140): openPending: 2026/05/23 02:21:39 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/23 02:21:39 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/23 02:21:39 DEBUG : rename_me(0x37cb302b6140): >openPending: err= 2026/05/23 02:21:39 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/23 02:21:39 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/23 02:21:39 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/23 02:21:39 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/23 02:21:39 DEBUG : rename_me(0x37cb302b6140): _writeAt: size=5, off=0 2026/05/23 02:21:39 DEBUG : rename_me(0x37cb302b6140): >_writeAt: n=5, err= 2026/05/23 02:21:39 DEBUG : rename_me(0x37cb302b6140): close: 2026/05/23 02:21:39 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-23 02:21:39.510470223 +0000 UTC m=+31.727886349 2026/05/23 02:21:39 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/23 02:21:39 DEBUG : rename_me(0x37cb302b6140): >close: err= 2026/05/23 02:21:39 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/23 02:21:39 DEBUG : i_was_renamed: Updating file with 0x37cb3067e340 2026/05/23 02:21:39 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/23 02:21:39 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/23 02:21:39 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : i_was_renamed: reading active writers 2026/05/23 02:21:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : i_was_renamed: reading active writers 2026/05/23 02:21:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : i_was_renamed: reading active writers 2026/05/23 02:21:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : i_was_renamed: reading active writers 2026/05/23 02:21:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/23 02:21:39 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/23 02:21:39 DEBUG : i_was_renamed.89882607.partial: size = 5 OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/i_was_renamed.89882607.partial" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/i_was_renamed.89882607.partial 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/i_was_renamed.89882607.partial" 2026/05/23 02:21:39 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:39 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-gidewec2hiba/dir/file1: no such file or directory 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : i_was_renamed: reading active writers 2026/05/23 02:21:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/i_was_renamed.89882607.partial 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:39 DEBUG : i_was_renamed.89882607.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:39 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:39 DEBUG : i_was_renamed.89882607.partial: renamed to: i_was_renamed 2026/05/23 02:21:39 INFO : i_was_renamed: Copied (new) 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/i_was_renamed" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/i_was_renamed 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/i_was_renamed" 2026/05/23 02:21:39 DEBUG : Looking for writers 2026/05/23 02:21:39 DEBUG : i_was_renamed: reading active writers 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/i_was_renamed 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:39 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:39 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-23 02:21:39 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/23 02:21:39 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/23 02:21:39 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/23 02:21:39 DEBUG : >WaitForWriters: 2026/05/23 02:21:39 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.34s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:39 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/23 02:21:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-gidewec2hiba" 2026/05/23 02:21:39 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:39 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:39 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/23 02:21:40 DEBUG : forgetting directory cache 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb306ccd40): _readAt: size=512, off=0 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb306ccd40): openPending: 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-23 01:22:39 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/23 02:21:40 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb306ccd40): >openPending: err= 2026/05/23 02:21:40 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb306ccd40): >_readAt: n=20, err=EOF 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb306ccd40): close: 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:22:39 +0000 UTC 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb306ccd40): >close: err= 2026/05/23 02:21:40 DEBUG : Re-reading directory (113.192391ms old) 2026/05/23 02:21:40 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : forgetting directory cache 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb302b7280): _readAt: size=512, off=0 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb302b7280): openPending: 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-23 01:23:39 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-23 01:22:39 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-23 01:23:39 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-23 01:22:39 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/23 02:21:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/23 02:21:40 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb302b7280): >openPending: err= 2026/05/23 02:21:40 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb302b7280): >_readAt: n=20, err=EOF 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb302b7280): close: 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:23:39 +0000 UTC 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate(0x37cb302b7280): >close: err= 2026/05/23 02:21:40 DEBUG : Re-reading directory (106.786327ms old) 2026/05/23 02:21:40 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:40 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:40 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : forgetting directory cache 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb3061f340): _readAt: size=512, off=0 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb3061f340): openPending: 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-23 01:24:39 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-23 01:23:39 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-23 01:24:39 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-23 01:23:39 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/23 02:21:41 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/23 02:21:41 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb3061f340): >openPending: err= 2026/05/23 02:21:41 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb3061f340): >_readAt: n=20, err=EOF 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb3061f340): close: 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:24:39 +0000 UTC 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb3061f340): >close: err= 2026/05/23 02:21:41 DEBUG : Re-reading directory (110.929831ms old) 2026/05/23 02:21:41 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : forgetting directory cache 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb306cd840): _readAt: size=512, off=0 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb306cd840): openPending: 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-23 01:25:39 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-23 01:24:39 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-23 01:25:39 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-23 01:24:39 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/23 02:21:41 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/23 02:21:41 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb306cd840): >openPending: err= 2026/05/23 02:21:41 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb306cd840): >_readAt: n=20, err=EOF 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb306cd840): close: 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:25:39 +0000 UTC 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate(0x37cb306cd840): >close: err= 2026/05/23 02:21:41 DEBUG : Re-reading directory (103.401889ms old) 2026/05/23 02:21:41 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:41 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : forgetting directory cache 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb3061fcc0): _readAt: size=512, off=0 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb3061fcc0): openPending: 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-23 01:26:39 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-23 01:25:39 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-23 01:26:39 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-23 01:25:39 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/23 02:21:42 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/23 02:21:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb3061fcc0): >openPending: err= 2026/05/23 02:21:42 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb3061fcc0): >_readAt: n=20, err=EOF 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb3061fcc0): close: 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:26:39 +0000 UTC 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb3061fcc0): >close: err= 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : forgetting directory cache 2026/05/23 02:21:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb300c2a80): _readAt: size=512, off=0 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb300c2a80): openPending: 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-23 01:27:39 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-23 01:26:39 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-23 01:27:39 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-23 01:26:39 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/23 02:21:42 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/23 02:21:42 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb300c2a80): >openPending: err= 2026/05/23 02:21:42 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb300c2a80): >_readAt: n=20, err=EOF 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb300c2a80): close: 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:27:39 +0000 UTC 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate(0x37cb300c2a80): >close: err= 2026/05/23 02:21:42 DEBUG : Re-reading directory (103.429231ms old) 2026/05/23 02:21:42 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:42 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : forgetting directory cache 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate(0x37cb302b7e00): _readAt: size=512, off=0 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate(0x37cb302b7e00): openPending: 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-23 01:28:39 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-23 01:27:39 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-23 01:28:39 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-23 01:27:39 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/23 02:21:43 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/23 02:21:43 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate(0x37cb302b7e00): >openPending: err= 2026/05/23 02:21:43 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate(0x37cb302b7e00): >_readAt: n=21, err=EOF 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate(0x37cb302b7e00): close: 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:28:39 +0000 UTC 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate(0x37cb302b7e00): >close: err= 2026/05/23 02:21:43 DEBUG : Re-reading directory (110.191499ms old) 2026/05/23 02:21:43 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : forgetting directory cache 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate(0x37cb30707040): _readAt: size=512, off=0 2026/05/23 02:21:43 DEBUG : TestRWCacheUpdate(0x37cb30707040): openPending: 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:43 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-23 01:29:39 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-23 01:28:39 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-23 01:29:39 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-23 01:28:39 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/23 02:21:44 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/23 02:21:44 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb30707040): >openPending: err= 2026/05/23 02:21:44 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb30707040): >_readAt: n=22, err=EOF 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb30707040): close: 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:29:39 +0000 UTC 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb30707040): >close: err= 2026/05/23 02:21:44 DEBUG : Re-reading directory (100.481552ms old) 2026/05/23 02:21:44 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/23 02:21:44 DEBUG : forgetting directory cache 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb2fd31400): _readAt: size=512, off=0 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb2fd31400): openPending: 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-23 01:30:39 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-23 01:29:39 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-23 01:30:39 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-23 01:29:39 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/23 02:21:44 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/23 02:21:44 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb2fd31400): >openPending: err= 2026/05/23 02:21:44 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb2fd31400): >_readAt: n=23, err=EOF 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb2fd31400): close: 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:30:39 +0000 UTC 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb2fd31400): >close: err= 2026/05/23 02:21:44 DEBUG : Re-reading directory (109.524575ms old) 2026/05/23 02:21:44 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : forgetting directory cache 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb3069a100): _readAt: size=512, off=0 2026/05/23 02:21:44 DEBUG : TestRWCacheUpdate(0x37cb3069a100): openPending: 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:44 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/TestRWCacheUpdate" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-gidewec2hiba/TestRWCacheUpdate 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-23 01:31:39 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-23 01:30:39 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-23 01:31:39 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-23 01:30:39 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/23 02:21:45 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/23 02:21:45 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate(0x37cb3069a100): >openPending: err= 2026/05/23 02:21:45 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate(0x37cb3069a100): >_readAt: n=24, err=EOF 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate(0x37cb3069a100): close: 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-23 01:31:39 +0000 UTC 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate(0x37cb3069a100): >close: err= 2026/05/23 02:21:45 DEBUG : Re-reading directory (111.745995ms old) 2026/05/23 02:21:45 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/23 02:21:45 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:45 DEBUG : Looking for writers 2026/05/23 02:21:45 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/23 02:21:45 DEBUG : >WaitForWriters: 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.20s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : forgetting directory cache 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/23 02:21:45 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:45 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:45 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:45 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/23 02:21:45 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/23 02:21:45 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/23 02:21:45 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:45 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/23 02:21:45 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:45 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/23 02:21:45 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/23 02:21:45 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/23 02:21:45 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:45 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/23 02:21:45 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:45 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/23 02:21:45 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/23 02:21:45 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/23 02:21:45 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:45 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:45 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:45 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/23 02:21:45 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/23 02:21:45 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/23 02:21:45 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:45 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/23 02:21:45 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:45 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/23 02:21:45 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/23 02:21:45 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/23 02:21:45 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:45 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FilEb" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FilEb 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FilEb" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gidewec2hiba/FilEb 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:45 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:45 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/FiLeA" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gidewec2hiba/FiLeA 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FilEb" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FilEb 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FilEb" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gidewec2hiba/FilEb 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FilEb" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/FilEb 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/FilEb" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-gidewec2hiba/FilEb 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/23 02:21:46 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/23 02:21:46 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/23 02:21:46 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FiLeB" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gidewec2hiba/FiLeB 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/23 02:21:46 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/23 02:21:46 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/23 02:21:46 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/FilEb" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/FilEb 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/FilEb" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-gidewec2hiba/FilEb 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/23 02:21:46 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/23 02:21:46 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/23 02:21:46 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/23 02:21:46 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/23 02:21:46 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:46 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:46 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:46 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/23 02:21:46 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/23 02:21:46 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/23 02:21:46 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/23 02:21:46 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/23 02:21:46 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:46 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:46 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:46 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:46 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:46 DEBUG : Looking for writers 2026/05/23 02:21:46 DEBUG : FiLeA: reading active writers 2026/05/23 02:21:46 DEBUG : FiLeB: reading active writers 2026/05/23 02:21:46 DEBUG : FilEb: reading active writers 2026/05/23 02:21:46 DEBUG : >WaitForWriters: 2026/05/23 02:21:46 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:46 DEBUG : Looking for writers 2026/05/23 02:21:46 DEBUG : FiLeA: reading active writers 2026/05/23 02:21:46 DEBUG : FiLeB: reading active writers 2026/05/23 02:21:46 DEBUG : FilEb: reading active writers 2026/05/23 02:21:46 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.72s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/normal name with no special characters.txt" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/normal\ name\ with\ no\ special\ characters.txt 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/normal\ name\ with\ no\ special\ characters.txt" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gidewec2hiba/normal name with no special characters.txt 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/normal name with no special characters.txt" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/normal\ name\ with\ no\ special\ characters.txt 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/normal\ name\ with\ no\ special\ characters.txt" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-gidewec2hiba/normal name with no special characters.txt 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:46 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/測試_Русский___ě_áñ" 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/測試_Русский___ě_áñ 2026/05/23 02:21:46 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/測試_Русский___ě_áñ" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gidewec2hiba/測試_Русский___ě_áñ 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/測試_Русский___ě_áñ" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/測試_Русский___ě_áñ 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/測試_Русский___ě_áñ" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-gidewec2hiba/測試_Русский___ě_áñ 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/23 02:21:47 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/normal name with no special characters.txt" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/normal\ name\ with\ no\ special\ characters.txt 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/normal\ name\ with\ no\ special\ characters.txt" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-gidewec2hiba/normal name with no special characters.txt 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/測試_Русский___ě_áñ" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/測試_Русский___ě_áñ 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/測試_Русский___ě_áñ" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-gidewec2hiba/測試_Русский___ě_áñ 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:47 DEBUG : Looking for writers 2026/05/23 02:21:47 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/23 02:21:47 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/23 02:21:47 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.68s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:47 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Reusing VFS from active cache 2026/05/23 02:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:47 DEBUG : Looking for writers 2026/05/23 02:21:47 DEBUG : >WaitForWriters: 2026/05/23 02:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:47 DEBUG : Looking for writers 2026/05/23 02:21:47 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:47 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:47 DEBUG : Looking for writers 2026/05/23 02:21:47 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:47 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:47 DEBUG : Looking for writers 2026/05/23 02:21:47 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:47 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:47 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:47 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:47 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:47 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/23 02:21:47 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:47 DEBUG : dir: Looking for writers 2026/05/23 02:21:47 DEBUG : file2: reading active writers 2026/05/23 02:21:47 DEBUG : Looking for writers 2026/05/23 02:21:47 DEBUG : dir: reading active writers 2026/05/23 02:21:47 DEBUG : file1: reading active writers 2026/05/23 02:21:47 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.45s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:47 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:47 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/23 02:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:48 DEBUG : dir: Looking for writers 2026/05/23 02:21:48 DEBUG : Looking for writers 2026/05/23 02:21:48 DEBUG : dir: reading active writers 2026/05/23 02:21:48 DEBUG : file1: reading active writers 2026/05/23 02:21:48 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.43s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:48 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/23 02:21:48 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:48 DEBUG : file1: Open: flags=O_RDONLY 2026/05/23 02:21:48 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/23 02:21:48 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/23 02:21:48 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:48 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/23 02:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (0 bytes), uploading instead of streaming 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/new_file.txt" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/new_file.txt 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/new_file.txt" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/dir/new_file.txt 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/23 02:21:48 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/23 02:21:48 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/23 02:21:48 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:48 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/23 02:21:48 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:48 DEBUG : dir: Looking for writers 2026/05/23 02:21:48 DEBUG : file2: reading active writers 2026/05/23 02:21:48 DEBUG : new_file.txt: reading active writers 2026/05/23 02:21:48 DEBUG : Looking for writers 2026/05/23 02:21:48 DEBUG : dir: reading active writers 2026/05/23 02:21:48 DEBUG : file1: reading active writers 2026/05/23 02:21:48 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.57s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:48 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:48 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:49 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file2" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gidewec2hiba/dir/file2 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:49 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/23 02:21:49 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/23 02:21:49 DEBUG : dir/file1: Updating file with dir/file1 0x37cb302e84e0 2026/05/23 02:21:49 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/23 02:21:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:49 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/dir/file1" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gidewec2hiba/dir/file1 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:49 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/23 02:21:49 INFO : dir/file1: Moved (server-side) to: file0 2026/05/23 02:21:49 DEBUG : file0: Updating file with file0 0x37cb302e84e0 2026/05/23 02:21:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file0" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file0 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file0" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-gidewec2hiba/file0 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:49 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file0" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file0 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file0" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-gidewec2hiba/file0 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:49 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/23 02:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:49 DEBUG : dir: Looking for writers 2026/05/23 02:21:49 DEBUG : Looking for writers 2026/05/23 02:21:49 DEBUG : dir: reading active writers 2026/05/23 02:21:49 DEBUG : file0: reading active writers 2026/05/23 02:21:49 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.66s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:49 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Server has VFS statistics extension 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: About path "/rclone-test-gidewec2hiba" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: About path "/rclone-test-gidewec2hiba" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: About using shell command for shell type "unix" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: df -k /rclone-test-gidewec2hiba 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: 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-gidewec2hiba" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 58358756 92414252 37% / 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:49 DEBUG : Looking for writers 2026/05/23 02:21:49 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.11s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:49 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/23 02:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:49 DEBUG : a: Looking for writers 2026/05/23 02:21:49 DEBUG : b: Looking for writers 2026/05/23 02:21:49 DEBUG : c: Looking for writers 2026/05/23 02:21:49 DEBUG : d: Looking for writers 2026/05/23 02:21:49 DEBUG : Looking for writers 2026/05/23 02:21:49 DEBUG : Looking for writers 2026/05/23 02:21:49 DEBUG : d: reading active writers 2026/05/23 02:21:49 DEBUG : /: reading active writers 2026/05/23 02:21:49 DEBUG : a: reading active writers 2026/05/23 02:21:49 DEBUG : b: reading active writers 2026/05/23 02:21:49 DEBUG : c: reading active writers 2026/05/23 02:21:49 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:49 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/23 02:21:49 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/23 02:21:49 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/23 02:21:49 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/23 02:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:49 DEBUG : a/b/c/d: Looking for writers 2026/05/23 02:21:49 DEBUG : a/b/c: Looking for writers 2026/05/23 02:21:49 DEBUG : d: reading active writers 2026/05/23 02:21:49 DEBUG : a/b: Looking for writers 2026/05/23 02:21:49 DEBUG : c: reading active writers 2026/05/23 02:21:49 DEBUG : a: Looking for writers 2026/05/23 02:21:49 DEBUG : b: reading active writers 2026/05/23 02:21:49 DEBUG : Looking for writers 2026/05/23 02:21:49 DEBUG : a: reading active writers 2026/05/23 02:21:49 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.04s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:49 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:49 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:49 DEBUG : Looking for writers 2026/05/23 02:21:49 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:49 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:49 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:49 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:49 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/23 02:21:49 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/23 02:21:49 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (5 bytes), uploading instead of streaming 2026/05/23 02:21:49 DEBUG : file1: size = 5 OK 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:49 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:50 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:50 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:50 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:50 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/23 02:21:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:50 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/23 02:21:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/23 02:21:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (0 bytes), uploading instead of streaming 2026/05/23 02:21:50 DEBUG : file1: size = 0 OK 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:50 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:50 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/23 02:21:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/23 02:21:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (7 bytes), uploading instead of streaming 2026/05/23 02:21:50 DEBUG : file1: size = 7 OK 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:50 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:50 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/23 02:21:50 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/23 02:21:50 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:50 DEBUG : Looking for writers 2026/05/23 02:21:50 DEBUG : file1: reading active writers 2026/05/23 02:21:50 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.54s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:50 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:50 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/23 02:21:51 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/23 02:21:51 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/23 02:21:51 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (11 bytes), uploading instead of streaming 2026/05/23 02:21:51 DEBUG : file1: size = 11 OK 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:51 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/23 02:21:51 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/23 02:21:51 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:51 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:51 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:51 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/23 02:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:51 DEBUG : Looking for writers 2026/05/23 02:21:51 DEBUG : file1: reading active writers 2026/05/23 02:21:51 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.32s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:51 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:51 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/23 02:21:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (5 bytes), uploading instead of streaming 2026/05/23 02:21:51 DEBUG : file1: size = 5 OK 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:51 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/23 02:21:51 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/23 02:21:51 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:51 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/23 02:21:51 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:51 DEBUG : Looking for writers 2026/05/23 02:21:51 DEBUG : file1: reading active writers 2026/05/23 02:21:51 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:51 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:51 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:51 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:51 DEBUG : file1: WriteFileHandle.Release closing 2026/05/23 02:21:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (0 bytes), uploading instead of streaming 2026/05/23 02:21:51 DEBUG : file1: size = 0 OK 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:51 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:52 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/23 02:21:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/23 02:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:52 DEBUG : Looking for writers 2026/05/23 02:21:52 DEBUG : file1: reading active writers 2026/05/23 02:21:52 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:52 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (2 bytes), uploading instead of streaming 2026/05/23 02:21:52 DEBUG : file1: size = 2 OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/23 02:21:52 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/23 02:21:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:52 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:52 DEBUG : Looking for writers 2026/05/23 02:21:52 DEBUG : file1: reading active writers 2026/05/23 02:21:52 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:52 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (0 bytes), uploading instead of streaming 2026/05/23 02:21:52 DEBUG : file1: size = 0 OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/23 02:21:52 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/23 02:21:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:52 DEBUG : file1: Open: flags=O_RDONLY 2026/05/23 02:21:52 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/23 02:21:52 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/23 02:21:52 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:52 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:52 DEBUG : Looking for writers 2026/05/23 02:21:52 DEBUG : file1: reading active writers 2026/05/23 02:21:52 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.12s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:52 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/23 02:21:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/23 02:21:52 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: File to upload is small (100 bytes), uploading instead of streaming 2026/05/23 02:21:52 DEBUG : file1: size = 100 OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/file1" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 0ef538be6dbdd517be131237ccd72f59 /rclone-test-gidewec2hiba/file1 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : file1: Parsed hash: 0ef538be6dbdd517be131237ccd72f59 2026/05/23 02:21:52 DEBUG : file1: md5 = 0ef538be6dbdd517be131237ccd72f59 OK 2026/05/23 02:21:52 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/23 02:21:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/23 02:21:52 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/23 02:21:52 DEBUG : file1: Open: flags=O_RDONLY 2026/05/23 02:21:52 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/23 02:21:52 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/23 02:21:52 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:52 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:52 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:52 DEBUG : Looking for writers 2026/05/23 02:21:52 DEBUG : file1: reading active writers 2026/05/23 02:21:52 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.12s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:52 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f000.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f000.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f000.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-gidewec2hiba/flat/f000.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f000.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/flat/f000.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/flat/f000.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-gidewec2hiba/flat/f000.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f001.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f001.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f001.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-gidewec2hiba/flat/f001.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f001.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/flat/f001.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/flat/f001.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-gidewec2hiba/flat/f001.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f002.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f002.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f002.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-gidewec2hiba/flat/f002.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:52 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f002.txt" 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/flat/f002.txt 2026/05/23 02:21:52 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/flat/f002.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-gidewec2hiba/flat/f002.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f003.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f003.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f003.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-gidewec2hiba/flat/f003.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f003.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/flat/f003.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/flat/f003.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-gidewec2hiba/flat/f003.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f004.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f004.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f004.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-gidewec2hiba/flat/f004.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f004.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: sha1sum /rclone-test-gidewec2hiba/flat/f004.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-gidewec2hiba/flat/f004.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-gidewec2hiba/flat/f004.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/23 02:21:53 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/23 02:21:53 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/23 02:21:53 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:53 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f000.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f000.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f000.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-gidewec2hiba/flat/f000.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/23 02:21:53 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/23 02:21:53 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/23 02:21:53 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:53 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f001.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f001.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f001.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-gidewec2hiba/flat/f001.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/23 02:21:53 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/23 02:21:53 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/23 02:21:53 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:53 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f002.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f002.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f002.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-gidewec2hiba/flat/f002.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/23 02:21:53 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/23 02:21:53 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/23 02:21:53 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:53 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f003.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f003.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f003.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-gidewec2hiba/flat/f003.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/23 02:21:53 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/23 02:21:53 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/23 02:21:53 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:53 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/flat/f004.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/flat/f004.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/flat/f004.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-gidewec2hiba/flat/f004.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:53 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/23 02:21:53 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:53 DEBUG : flat: Looking for writers 2026/05/23 02:21:53 DEBUG : f002.txt: reading active writers 2026/05/23 02:21:53 DEBUG : f003.txt: reading active writers 2026/05/23 02:21:53 DEBUG : f004.txt: reading active writers 2026/05/23 02:21:53 DEBUG : f000.txt: reading active writers 2026/05/23 02:21:53 DEBUG : f001.txt: reading active writers 2026/05/23 02:21:53 DEBUG : Looking for writers 2026/05/23 02:21:53 DEBUG : flat: reading active writers 2026/05/23 02:21:53 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.56s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:53 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:53 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/23 02:21:53 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/23 02:21:53 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:53 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/a/b/c/deep.txt" 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/a/b/c/deep.txt 2026/05/23 02:21:53 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/a/b/c/deep.txt" 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-gidewec2hiba/a/b/c/deep.txt 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:54 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/23 02:21:54 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/23 02:21:54 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/23 02:21:54 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:54 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/a/b/mid.txt" 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/a/b/mid.txt 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/a/b/mid.txt" 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-gidewec2hiba/a/b/mid.txt 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:54 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/23 02:21:54 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/23 02:21:54 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/23 02:21:54 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:54 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/a/top.txt" 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/a/top.txt 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/a/top.txt" 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-gidewec2hiba/a/top.txt 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:54 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/23 02:21:54 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:54 DEBUG : a/b/c: Looking for writers 2026/05/23 02:21:54 DEBUG : deep.txt: reading active writers 2026/05/23 02:21:54 DEBUG : a/b: Looking for writers 2026/05/23 02:21:54 DEBUG : c: reading active writers 2026/05/23 02:21:54 DEBUG : mid.txt: reading active writers 2026/05/23 02:21:54 DEBUG : a: Looking for writers 2026/05/23 02:21:54 DEBUG : top.txt: reading active writers 2026/05/23 02:21:54 DEBUG : b: reading active writers 2026/05/23 02:21:54 DEBUG : Looking for writers 2026/05/23 02:21:54 DEBUG : a: reading active writers 2026/05/23 02:21:54 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.37s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:54 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/bigdir/big.bin" 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/bigdir/big.bin 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/bigdir/big.bin" 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 855ed0e71124123277d6b697a66b2506 /rclone-test-gidewec2hiba/bigdir/big.bin 2026/05/23 02:21:54 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:54 DEBUG : bigdir/big.bin: Parsed hash: 855ed0e71124123277d6b697a66b2506 2026/05/23 02:21:55 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:55 DEBUG : bigdir: Looking for writers 2026/05/23 02:21:55 DEBUG : big.bin: reading active writers 2026/05/23 02:21:55 DEBUG : Looking for writers 2026/05/23 02:21:55 DEBUG : bigdir: reading active writers 2026/05/23 02:21:55 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.73s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-gidewec2hiba", Local "Local file system at /tmp/rclone215259255", Modify Window "1s" 2026/05/23 02:21:55 INFO : sftp://rclone@:22/rclone-test-gidewec2hiba: poll-interval is not supported by this remote 2026/05/23 02:21:55 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/23 02:21:55 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/23 02:21:55 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:55 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir1/a.txt" 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir1/a.txt 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir1/a.txt" 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-gidewec2hiba/dir1/a.txt 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:55 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/23 02:21:55 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/23 02:21:55 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/23 02:21:55 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:55 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir2/b.txt" 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir2/b.txt 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir2/b.txt" 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: 415290769594460e2e485922904f345d /rclone-test-gidewec2hiba/dir2/b.txt 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:55 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/23 02:21:55 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/23 02:21:55 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/23 02:21:55 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/23 02:21:55 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Shell path "/rclone-test-gidewec2hiba/dir3/c.txt" 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: creating additional session 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Running remote command: md5sum /rclone-test-gidewec2hiba/dir3/c.txt 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-gidewec2hiba/dir3/c.txt" 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: command exited OK 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-gidewec2hiba/dir3/c.txt 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: ssh external: close 2026/05/23 02:21:55 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/23 02:21:55 DEBUG : WaitForWriters: timeout=30s 2026/05/23 02:21:55 DEBUG : dir1: Looking for writers 2026/05/23 02:21:55 DEBUG : a.txt: reading active writers 2026/05/23 02:21:55 DEBUG : dir2: Looking for writers 2026/05/23 02:21:55 DEBUG : b.txt: reading active writers 2026/05/23 02:21:55 DEBUG : dir3: Looking for writers 2026/05/23 02:21:55 DEBUG : c.txt: reading active writers 2026/05/23 02:21:55 DEBUG : Looking for writers 2026/05/23 02:21:55 DEBUG : dir1: reading active writers 2026/05/23 02:21:55 DEBUG : dir2: reading active writers 2026/05/23 02:21:55 DEBUG : dir3: reading active writers 2026/05/23 02:21:55 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.36s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/23 02:21:55 DEBUG : sftp://rclone@:22/rclone-test-gidewec2hiba: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 47.63744483s (try 1/5)