"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/24 01:07:36 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-sefakuk9haha" 2026/04/24 01:07:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/24 01:07:36 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/24 01:07:36 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/24 01:07:36 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/24 01:07:36 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/24 01:07:36 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/04/24 01:07:36 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/24 01:07:36 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell type "unix" from config 2026/04/24 01:07:36 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Relative path resolved to "/rclone-test-sefakuk9haha" 2026/04/24 01:07:36 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Using root directory "/rclone-test-sefakuk9haha" 2026/04/24 01:07:36 DEBUG : Creating backend with remote "/tmp/rclone967606230" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:36 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:36 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:36 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:36 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:36 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:37 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:37 DEBUG : dir: Looking for writers 2026/04/24 01:07:37 DEBUG : Looking for writers 2026/04/24 01:07:37 DEBUG : dir: reading active writers 2026/04/24 01:07:37 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.23s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:37 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/subdir/file3" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/subdir/file3 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/subdir/file3" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-sefakuk9haha/dir/subdir/file3 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/subdir/file3" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/subdir/file3 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/subdir/file3" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-sefakuk9haha/dir/subdir/file3 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/24 01:07:37 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:37 DEBUG : dir/subdir: Looking for writers 2026/04/24 01:07:37 DEBUG : dir: Looking for writers 2026/04/24 01:07:37 DEBUG : file1: reading active writers 2026/04/24 01:07:37 DEBUG : file2: reading active writers 2026/04/24 01:07:37 DEBUG : subdir: reading active writers 2026/04/24 01:07:37 DEBUG : Looking for writers 2026/04/24 01:07:37 DEBUG : dir: reading active writers 2026/04/24 01:07:37 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.64s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:37 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:37 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:38 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:38 DEBUG : dir: Looking for writers 2026/04/24 01:07:38 DEBUG : file1: reading active writers 2026/04/24 01:07:38 DEBUG : Looking for writers 2026/04/24 01:07:38 DEBUG : dir: reading active writers 2026/04/24 01:07:38 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.23s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:38 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:38 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:38 DEBUG : dir: Looking for writers 2026/04/24 01:07:38 DEBUG : Looking for writers 2026/04/24 01:07:38 DEBUG : dir: reading active writers 2026/04/24 01:07:38 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.23s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:38 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:38 DEBUG : dir: forgetting directory cache 2026/04/24 01:07:38 DEBUG : forgetting directory cache 2026/04/24 01:07:38 DEBUG : dir: forgetting directory cache 2026/04/24 01:07:38 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:38 DEBUG : Looking for writers 2026/04/24 01:07:38 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.22s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:38 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:38 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/24 01:07:38 DEBUG : dir: invalidating directory cache 2026/04/24 01:07:38 DEBUG : >ForgetPath: 2026/04/24 01:07:38 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/24 01:07:38 DEBUG : invalidating directory cache 2026/04/24 01:07:38 DEBUG : dir: forgetting directory cache 2026/04/24 01:07:38 DEBUG : >ForgetPath: 2026/04/24 01:07:38 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/24 01:07:38 DEBUG : >ForgetPath: 2026/04/24 01:07:38 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:38 DEBUG : dir: Looking for writers 2026/04/24 01:07:38 DEBUG : Looking for writers 2026/04/24 01:07:38 DEBUG : dir: reading active writers 2026/04/24 01:07:38 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.22s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:38 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:38 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/fil/a/b/c" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/fil/a/b/c 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/fil/a/b/c" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-sefakuk9haha/fil/a/b/c 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/fil/a/b/c" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/fil/a/b/c 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/fil/a/b/c" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-sefakuk9haha/fil/a/b/c 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:39 DEBUG : forgetting directory cache 2026/04/24 01:07:39 DEBUG : dir: forgetting directory cache 2026/04/24 01:07:39 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:39 DEBUG : dir: Looking for writers 2026/04/24 01:07:39 DEBUG : fil/a/b: Looking for writers 2026/04/24 01:07:39 DEBUG : fil/a: Looking for writers 2026/04/24 01:07:39 DEBUG : b: reading active writers 2026/04/24 01:07:39 DEBUG : fil: Looking for writers 2026/04/24 01:07:39 DEBUG : a: reading active writers 2026/04/24 01:07:39 DEBUG : Looking for writers 2026/04/24 01:07:39 DEBUG : dir: reading active writers 2026/04/24 01:07:39 DEBUG : fil: reading active writers 2026/04/24 01:07:39 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.76s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:39 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:39 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:39 DEBUG : dir: Looking for writers 2026/04/24 01:07:39 DEBUG : Looking for writers 2026/04/24 01:07:39 DEBUG : dir: reading active writers 2026/04/24 01:07:39 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.18s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:39 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:39 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:39 DEBUG : dir: Looking for writers 2026/04/24 01:07:39 DEBUG : file1: reading active writers 2026/04/24 01:07:39 DEBUG : Looking for writers 2026/04/24 01:07:39 DEBUG : dir: reading active writers 2026/04/24 01:07:39 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:39 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:39 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/subdir/file3" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/subdir/file3 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/subdir/file3" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-sefakuk9haha/dir/subdir/file3 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/subdir/file3" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/subdir/file3 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/subdir/file3" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-sefakuk9haha/dir/subdir/file3 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/24 01:07:40 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/24 01:07:40 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/24 01:07:40 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/24 01:07:40 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/24 01:07:40 DEBUG : Waiting for deletions to finish 2026/04/24 01:07:40 INFO : dir/subdir/file3: Deleted 2026/04/24 01:07:40 DEBUG : removing 1 level 2 directories 2026/04/24 01:07:40 INFO : dir/subdir: Removing directory 2026/04/24 01:07:40 DEBUG : dir: invalidating directory cache 2026/04/24 01:07:40 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/24 01:07:40 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/24 01:07:40 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/24 01:07:40 DEBUG : dir/file1: Reset virtual modtime 2026/04/24 01:07:40 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/24 01:07:40 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/24 01:07:40 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/24 01:07:40 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/24 01:07:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:40 DEBUG : dir: invalidating directory cache 2026/04/24 01:07:40 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/24 01:07:40 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/24 01:07:40 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/24 01:07:40 DEBUG : forgetting directory cache 2026/04/24 01:07:40 DEBUG : dir: forgetting directory cache 2026/04/24 01:07:40 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/24 01:07:40 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:40 DEBUG : dir/virtualDir: Looking for writers 2026/04/24 01:07:40 DEBUG : dir: Looking for writers 2026/04/24 01:07:40 DEBUG : file1: reading active writers 2026/04/24 01:07:40 DEBUG : virtualFile2: reading active writers 2026/04/24 01:07:40 DEBUG : virtualFile: reading active writers 2026/04/24 01:07:40 DEBUG : virtualDir: reading active writers 2026/04/24 01:07:40 DEBUG : Looking for writers 2026/04/24 01:07:40 DEBUG : dir: reading active writers 2026/04/24 01:07:40 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.67s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:40 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:40 ERROR : dir/: Can only open directories read only 2026/04/24 01:07:40 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:40 DEBUG : dir: Looking for writers 2026/04/24 01:07:40 DEBUG : Looking for writers 2026/04/24 01:07:40 DEBUG : dir: reading active writers 2026/04/24 01:07:40 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:40 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:40 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:41 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:07:41 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/24 01:07:41 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/24 01:07:41 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (5 bytes), uploading instead of streaming 2026/04/24 01:07:41 DEBUG : dir/potato: size = 5 OK 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/potato" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/potato 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/potato" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/dir/potato 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:41 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:07:41 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:07:41 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/24 01:07:41 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/24 01:07:41 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:41 DEBUG : dir: Looking for writers 2026/04/24 01:07:41 DEBUG : file1: reading active writers 2026/04/24 01:07:41 DEBUG : potato: reading active writers 2026/04/24 01:07:41 DEBUG : Looking for writers 2026/04/24 01:07:41 DEBUG : dir: reading active writers 2026/04/24 01:07:41 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.43s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:41 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:41 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:41 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:41 DEBUG : dir/sub: Looking for writers 2026/04/24 01:07:41 DEBUG : dir: Looking for writers 2026/04/24 01:07:41 DEBUG : file1: reading active writers 2026/04/24 01:07:41 DEBUG : sub: reading active writers 2026/04/24 01:07:41 DEBUG : Looking for writers 2026/04/24 01:07:41 DEBUG : dir: reading active writers 2026/04/24 01:07:41 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.55s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:41 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:41 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/24 01:07:41 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:41 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:42 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:42 DEBUG : dir/sub/subsub: Looking for writers 2026/04/24 01:07:42 DEBUG : dir/sub: Looking for writers 2026/04/24 01:07:42 DEBUG : subsub: reading active writers 2026/04/24 01:07:42 DEBUG : dir: Looking for writers 2026/04/24 01:07:42 DEBUG : file1: reading active writers 2026/04/24 01:07:42 DEBUG : sub: reading active writers 2026/04/24 01:07:42 DEBUG : Looking for writers 2026/04/24 01:07:42 DEBUG : dir: reading active writers 2026/04/24 01:07:42 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.44s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:42 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:42 ERROR : dir/: Dir.Remove not empty 2026/04/24 01:07:42 DEBUG : dir/file1: Remove: 2026/04/24 01:07:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:42 DEBUG : dir/file1: >Remove: err= 2026/04/24 01:07:42 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/24 01:07:42 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:42 DEBUG : Looking for writers 2026/04/24 01:07:42 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.24s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:42 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:42 DEBUG : dir/file1: Remove: 2026/04/24 01:07:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:42 DEBUG : dir/file1: >Remove: err= 2026/04/24 01:07:42 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/24 01:07:42 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:42 DEBUG : Looking for writers 2026/04/24 01:07:42 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.24s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:42 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:42 DEBUG : dir/file1: Remove: 2026/04/24 01:07:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:42 DEBUG : dir/file1: >Remove: err= 2026/04/24 01:07:42 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:42 DEBUG : dir: Looking for writers 2026/04/24 01:07:42 DEBUG : Looking for writers 2026/04/24 01:07:42 DEBUG : dir: reading active writers 2026/04/24 01:07:42 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.32s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:42 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:42 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file3" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file3 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file3" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-sefakuk9haha/dir/file3 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file3" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file3 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file3" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-sefakuk9haha/dir/file3 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/24 01:07:43 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/24 01:07:43 DEBUG : dir: Updating dir with dir2 0x3d964c951450 2026/04/24 01:07:43 DEBUG : dir: forgetting directory cache 2026/04/24 01:07:43 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/24 01:07:43 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir2/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir2/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir2/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir2/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir2/file1" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir2/file1 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:43 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:43 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/24 01:07:44 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/24 01:07:44 DEBUG : file2: Updating file with file2 0x3d964c8b16c0 2026/04/24 01:07:44 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:44 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file2" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file2 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file2" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/file2 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file2" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file2 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file2" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/file2 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/24 01:07:44 INFO : dir2/file3: Deleted 2026/04/24 01:07:44 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/24 01:07:44 DEBUG : dir2/file3: Updating file with dir2/file3 0x3d964c8b16c0 2026/04/24 01:07:44 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/24 01:07:44 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir2/file3" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir2/file3 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:44 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/24 01:07:44 DEBUG : empty directory: Updating dir with renamed empty directory 0x3d964c8b1860 2026/04/24 01:07:44 DEBUG : empty directory: forgetting directory cache 2026/04/24 01:07:44 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/24 01:07:44 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/24 01:07:44 DEBUG : dir2: Renaming to "dir3" 2026/04/24 01:07:44 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:44 DEBUG : dir3: Looking for writers 2026/04/24 01:07:44 DEBUG : file3: reading active writers 2026/04/24 01:07:44 DEBUG : renamed empty directory: Looking for writers 2026/04/24 01:07:44 DEBUG : Looking for writers 2026/04/24 01:07:44 DEBUG : renamed empty directory: reading active writers 2026/04/24 01:07:44 DEBUG : dir3: reading active writers 2026/04/24 01:07:44 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.74s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:44 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:44 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/24 01:07:44 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:07:44 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/24 01:07:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/24 01:07:44 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/24 01:07:44 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/24 01:07:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/24 01:07:44 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:07:44 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/24 01:07:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/24 01:07:44 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/24 01:07:44 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/24 01:07:44 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (12 bytes), uploading instead of streaming 2026/04/24 01:07:44 DEBUG : dir/sub/file2: size = 12 OK 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/sub/file2" 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/sub/file2 2026/04/24 01:07:44 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/sub/file2" 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-sefakuk9haha/dir/sub/file2 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:45 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/24 01:07:45 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/24 01:07:45 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/24 01:07:45 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/24 01:07:45 DEBUG : forgetting directory cache 2026/04/24 01:07:45 DEBUG : dir: forgetting directory cache 2026/04/24 01:07:45 DEBUG : dir/sub: forgetting directory cache 2026/04/24 01:07:45 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/24 01:07:45 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (5 bytes), uploading instead of streaming 2026/04/24 01:07:45 DEBUG : dir/sub/file0: size = 5 OK 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/sub/file0" 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/sub/file0 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/sub/file0" 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/dir/sub/file0 2026/04/24 01:07:45 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:45 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:07:45 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:07:45 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/24 01:07:45 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/24 01:07:45 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:45 DEBUG : dir/sub: Looking for writers 2026/04/24 01:07:45 DEBUG : file2: reading active writers 2026/04/24 01:07:45 DEBUG : file0: reading active writers 2026/04/24 01:07:45 DEBUG : dir: Looking for writers 2026/04/24 01:07:45 DEBUG : file1: reading active writers 2026/04/24 01:07:45 DEBUG : sub: reading active writers 2026/04/24 01:07:45 DEBUG : Looking for writers 2026/04/24 01:07:45 DEBUG : dir: reading active writers 2026/04/24 01:07:45 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:45 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:45 DEBUG : forgetting directory cache 2026/04/24 01:07:46 DEBUG : forgetting directory cache 2026/04/24 01:07:46 DEBUG : dir: forgetting directory cache 2026/04/24 01:07:46 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:46 DEBUG : dir: Looking for writers 2026/04/24 01:07:46 DEBUG : Looking for writers 2026/04/24 01:07:46 DEBUG : dir: reading active writers 2026/04/24 01:07:46 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:46 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/24 01:07:46 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:07:46 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/24 01:07:46 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/24 01:07:46 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/24 01:07:46 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:07:46 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/24 01:07:46 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/24 01:07:46 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:07:46 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/24 01:07:46 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/24 01:07:46 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/24 01:07:46 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:07:46 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/24 01:07:46 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:46 DEBUG : dir: Looking for writers 2026/04/24 01:07:46 DEBUG : file1: reading active writers 2026/04/24 01:07:46 DEBUG : file1.metadata: reading active writers 2026/04/24 01:07:46 DEBUG : Looking for writers 2026/04/24 01:07:46 DEBUG : dir: reading active writers 2026/04/24 01:07:46 DEBUG : dir.metadata: reading active writers 2026/04/24 01:07:46 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.22s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:46 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:46 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:46 DEBUG : dir: Looking for writers 2026/04/24 01:07:46 DEBUG : file1: reading active writers 2026/04/24 01:07:46 DEBUG : Looking for writers 2026/04/24 01:07:46 DEBUG : dir: reading active writers 2026/04/24 01:07:46 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:46 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:46 DEBUG : Can set mod time: true 2026/04/24 01:07:46 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:46 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:47 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:47 DEBUG : dir: Looking for writers 2026/04/24 01:07:47 DEBUG : file1: reading active writers 2026/04/24 01:07:47 DEBUG : Looking for writers 2026/04/24 01:07:47 DEBUG : dir: reading active writers 2026/04/24 01:07:47 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:47 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:47 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:07:47 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/24 01:07:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (0 bytes), uploading instead of streaming 2026/04/24 01:07:47 DEBUG : dir/file1: size = 0 OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:07:47 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/24 01:07:47 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/24 01:07:47 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/24 01:07:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:47 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:47 DEBUG : dir: Looking for writers 2026/04/24 01:07:47 DEBUG : file1: reading active writers 2026/04/24 01:07:47 DEBUG : Looking for writers 2026/04/24 01:07:47 DEBUG : dir: reading active writers 2026/04/24 01:07:47 DEBUG : >WaitForWriters: 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/24 01:07:47 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:47 DEBUG : dir: Looking for writers 2026/04/24 01:07:47 DEBUG : file1: reading active writers 2026/04/24 01:07:47 DEBUG : Looking for writers 2026/04/24 01:07:47 DEBUG : dir: reading active writers 2026/04/24 01:07:47 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:47 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:47 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:07:47 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/24 01:07:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (5 bytes), uploading instead of streaming 2026/04/24 01:07:47 DEBUG : dir/file1: size = 5 OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:47 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:07:47 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:07:47 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/24 01:07:47 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/24 01:07:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:47 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:47 DEBUG : dir: Looking for writers 2026/04/24 01:07:47 DEBUG : file1: reading active writers 2026/04/24 01:07:47 DEBUG : Looking for writers 2026/04/24 01:07:47 DEBUG : dir: reading active writers 2026/04/24 01:07:47 DEBUG : >WaitForWriters: 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:47 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/24 01:07:48 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:48 DEBUG : dir: Looking for writers 2026/04/24 01:07:48 DEBUG : file1: reading active writers 2026/04/24 01:07:48 DEBUG : Looking for writers 2026/04/24 01:07:48 DEBUG : dir: reading active writers 2026/04/24 01:07:48 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:48 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:48 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:48 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:48 DEBUG : dir: Looking for writers 2026/04/24 01:07:48 DEBUG : file1: reading active writers 2026/04/24 01:07:48 DEBUG : Looking for writers 2026/04/24 01:07:48 DEBUG : dir: reading active writers 2026/04/24 01:07:48 DEBUG : >WaitForWriters: 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:48 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:48 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:48 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/24 01:07:48 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:48 DEBUG : dir/file1(0x3d964c885100): close: 2026/04/24 01:07:48 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/24 01:07:48 DEBUG : dir/file1(0x3d964c885100): >close: err= 2026/04/24 01:07:48 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:48 DEBUG : dir: Looking for writers 2026/04/24 01:07:48 DEBUG : file1: reading active writers 2026/04/24 01:07:48 DEBUG : Looking for writers 2026/04/24 01:07:48 DEBUG : dir: reading active writers 2026/04/24 01:07:48 DEBUG : >WaitForWriters: 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:48 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:49 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:49 DEBUG : dir: Looking for writers 2026/04/24 01:07:49 DEBUG : file1: reading active writers 2026/04/24 01:07:49 DEBUG : Looking for writers 2026/04/24 01:07:49 DEBUG : dir: reading active writers 2026/04/24 01:07:49 DEBUG : >WaitForWriters: 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:49 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:49 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:49 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/24 01:07:49 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:49 DEBUG : dir/file1(0x3d964c8783c0): _writeAt: size=5, off=0 2026/04/24 01:07:49 DEBUG : dir/file1(0x3d964c8783c0): openPending: 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/24 01:07:49 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/24 01:07:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:49 DEBUG : dir/file1(0x3d964c8783c0): >openPending: err= 2026/04/24 01:07:49 DEBUG : dir/file1(0x3d964c8783c0): >_writeAt: n=5, err= 2026/04/24 01:07:49 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/24 01:07:49 DEBUG : dir/file1(0x3d964c8783c0): close: 2026/04/24 01:07:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/24 01:07:49 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/24 01:07:49 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/24 01:07:49 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/24 01:07:49 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/24 01:07:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:07:49 DEBUG : dir/file1(0x3d964c8783c0): >close: err= 2026/04/24 01:07:49 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:49 DEBUG : dir: Looking for writers 2026/04/24 01:07:49 DEBUG : file1: reading active writers 2026/04/24 01:07:49 DEBUG : Looking for writers 2026/04/24 01:07:49 DEBUG : dir: reading active writers 2026/04/24 01:07:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:07:49 DEBUG : dir: Looking for writers 2026/04/24 01:07:49 DEBUG : file1: reading active writers 2026/04/24 01:07:49 DEBUG : Looking for writers 2026/04/24 01:07:49 DEBUG : dir: reading active writers 2026/04/24 01:07:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:07:49 DEBUG : dir: Looking for writers 2026/04/24 01:07:49 DEBUG : file1: reading active writers 2026/04/24 01:07:49 DEBUG : Looking for writers 2026/04/24 01:07:49 DEBUG : dir: reading active writers 2026/04/24 01:07:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:07:49 DEBUG : dir: Looking for writers 2026/04/24 01:07:49 DEBUG : file1: reading active writers 2026/04/24 01:07:49 DEBUG : Looking for writers 2026/04/24 01:07:49 DEBUG : dir: reading active writers 2026/04/24 01:07:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:07:49 DEBUG : dir/file1: vfs cache: starting upload 2026/04/24 01:07:49 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1.2f98c60a.partial" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1.2f98c60a.partial 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1.2f98c60a.partial" 2026/04/24 01:07:49 DEBUG : dir: Looking for writers 2026/04/24 01:07:49 DEBUG : file1: reading active writers 2026/04/24 01:07:49 DEBUG : Looking for writers 2026/04/24 01:07:49 DEBUG : dir: reading active writers 2026/04/24 01:07:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-sefakuk9haha/dir/file1.2f98c60a.partial 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/24 01:07:49 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/24 01:07:49 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/24 01:07:49 INFO : dir/file1: Copied (replaced existing) 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : dir: Looking for writers 2026/04/24 01:07:49 DEBUG : file1: reading active writers 2026/04/24 01:07:49 DEBUG : Looking for writers 2026/04/24 01:07:49 DEBUG : dir: reading active writers 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/24 01:07:49 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/24 01:07:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/24 01:07:49 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/24 01:07:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:49 DEBUG : >WaitForWriters: 2026/04/24 01:07:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/24 01:07:49 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:49 DEBUG : dir: Looking for writers 2026/04/24 01:07:49 DEBUG : file1: reading active writers 2026/04/24 01:07:49 DEBUG : Looking for writers 2026/04/24 01:07:49 DEBUG : dir: reading active writers 2026/04/24 01:07:49 DEBUG : >WaitForWriters: 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.18s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.45s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.53s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.86s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:49 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:49 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:50 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:07:50 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/24 01:07:50 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:07:50 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:50 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:50 DEBUG : dir: Looking for writers 2026/04/24 01:07:50 DEBUG : file1: reading active writers 2026/04/24 01:07:50 DEBUG : Looking for writers 2026/04/24 01:07:50 DEBUG : dir: reading active writers 2026/04/24 01:07:50 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.30s) === RUN TestFileOpenReadUnknownSize 2026/04/24 01:07:50 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/24 01:07:50 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/24 01:07:50 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:07:50 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/24 01:07:50 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:50 DEBUG : Looking for writers 2026/04/24 01:07:50 DEBUG : file.txt: reading active writers 2026/04/24 01:07:50 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:50 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (25 bytes), uploading instead of streaming 2026/04/24 01:07:50 DEBUG : dir/file1: size = 25 OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:50 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/24 01:07:50 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/24 01:07:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:50 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:50 DEBUG : dir: Looking for writers 2026/04/24 01:07:50 DEBUG : file1: reading active writers 2026/04/24 01:07:50 DEBUG : Looking for writers 2026/04/24 01:07:50 DEBUG : dir: reading active writers 2026/04/24 01:07:50 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.30s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:50 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:50 DEBUG : dir/file1: Remove: 2026/04/24 01:07:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:50 DEBUG : dir/file1: >Remove: err= 2026/04/24 01:07:50 DEBUG : dir/file1: Remove: 2026/04/24 01:07:50 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/24 01:07:50 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:50 DEBUG : dir: Looking for writers 2026/04/24 01:07:50 DEBUG : Looking for writers 2026/04/24 01:07:50 DEBUG : dir: reading active writers 2026/04/24 01:07:50 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.17s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:50 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:50 DEBUG : dir/file1: Remove: 2026/04/24 01:07:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:50 DEBUG : dir/file1: >Remove: err= 2026/04/24 01:07:50 DEBUG : dir/file1: Remove: 2026/04/24 01:07:50 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/24 01:07:50 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:50 DEBUG : dir: Looking for writers 2026/04/24 01:07:50 DEBUG : Looking for writers 2026/04/24 01:07:50 DEBUG : dir: reading active writers 2026/04/24 01:07:50 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:50 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:50 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:51 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:07:51 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/24 01:07:51 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/24 01:07:51 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/24 01:07:51 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/24 01:07:51 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/24 01:07:51 DEBUG : dir/file1: Open: flags=0x3 2026/04/24 01:07:51 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/24 01:07:51 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/24 01:07:51 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:51 DEBUG : dir: Looking for writers 2026/04/24 01:07:51 DEBUG : file1: reading active writers 2026/04/24 01:07:51 DEBUG : Looking for writers 2026/04/24 01:07:51 DEBUG : dir: reading active writers 2026/04/24 01:07:51 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.20s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:51 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:51 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:51 DEBUG : dir: Looking for writers 2026/04/24 01:07:51 DEBUG : file1: reading active writers 2026/04/24 01:07:51 DEBUG : Looking for writers 2026/04/24 01:07:51 DEBUG : dir: reading active writers 2026/04/24 01:07:51 DEBUG : >WaitForWriters: 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:51 DEBUG : newLeaf: Updating file with newLeaf 0x3d964cb8f5f0 2026/04/24 01:07:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:51 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/24 01:07:51 DEBUG : dir/file1: Updating file with dir/file1 0x3d964cb8f5f0 2026/04/24 01:07:51 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/24 01:07:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:07:51 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/24 01:07:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:51 DEBUG : dir/file1: File is currently open, delaying rename 0x3d964cb8f5f0 2026/04/24 01:07:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (25 bytes), uploading instead of streaming 2026/04/24 01:07:51 DEBUG : dir/file1: size = 25 OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:51 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:51 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/24 01:07:51 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/24 01:07:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:51 DEBUG : newLeaf: Running delayed rename now 2026/04/24 01:07:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:51 DEBUG : newLeaf: Updating file with newLeaf 0x3d964cb8f5f0 2026/04/24 01:07:51 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:51 DEBUG : dir: Looking for writers 2026/04/24 01:07:51 DEBUG : Looking for writers 2026/04/24 01:07:51 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:51 DEBUG : dir: reading active writers 2026/04/24 01:07:51 DEBUG : >WaitForWriters: 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:51 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/24 01:07:52 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:52 DEBUG : dir: Looking for writers 2026/04/24 01:07:52 DEBUG : Looking for writers 2026/04/24 01:07:52 DEBUG : dir: reading active writers 2026/04/24 01:07:52 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:52 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:52 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:52 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:52 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:52 DEBUG : dir: Looking for writers 2026/04/24 01:07:52 DEBUG : file1: reading active writers 2026/04/24 01:07:52 DEBUG : Looking for writers 2026/04/24 01:07:52 DEBUG : dir: reading active writers 2026/04/24 01:07:52 DEBUG : >WaitForWriters: 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:52 DEBUG : newLeaf: Updating file with newLeaf 0x3d964cf91930 2026/04/24 01:07:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:52 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/24 01:07:52 DEBUG : dir/file1: Updating file with dir/file1 0x3d964cf91930 2026/04/24 01:07:52 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/24 01:07:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:52 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:07:52 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/24 01:07:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:52 DEBUG : dir/file1: File is currently open, delaying rename 0x3d964cf91930 2026/04/24 01:07:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (25 bytes), uploading instead of streaming 2026/04/24 01:07:52 DEBUG : dir/file1: size = 25 OK 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:52 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:53 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/24 01:07:53 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/24 01:07:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:53 DEBUG : newLeaf: Running delayed rename now 2026/04/24 01:07:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:53 DEBUG : newLeaf: Updating file with newLeaf 0x3d964cf91930 2026/04/24 01:07:53 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:53 DEBUG : dir: Looking for writers 2026/04/24 01:07:53 DEBUG : Looking for writers 2026/04/24 01:07:53 DEBUG : dir: reading active writers 2026/04/24 01:07:53 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:53 DEBUG : >WaitForWriters: 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/24 01:07:53 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:53 DEBUG : dir: Looking for writers 2026/04/24 01:07:53 DEBUG : Looking for writers 2026/04/24 01:07:53 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:53 DEBUG : dir: reading active writers 2026/04/24 01:07:53 DEBUG : >WaitForWriters: 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:53 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:53 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:53 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/24 01:07:53 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964cec0c00): openPending: 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/24 01:07:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964cec0c00): >openPending: err= 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/24 01:07:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964cec0c00): _writeAt: size=14, off=0 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964cec0c00): >_writeAt: n=14, err= 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964cec0c00): close: 2026/04/24 01:07:53 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/24 01:07:53 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964cec0c00): >close: err= 2026/04/24 01:07:53 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:53 DEBUG : dir: Looking for writers 2026/04/24 01:07:53 DEBUG : file1: reading active writers 2026/04/24 01:07:53 DEBUG : Looking for writers 2026/04/24 01:07:53 DEBUG : dir: reading active writers 2026/04/24 01:07:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:07:53 DEBUG : dir: Looking for writers 2026/04/24 01:07:53 DEBUG : file1: reading active writers 2026/04/24 01:07:53 DEBUG : Looking for writers 2026/04/24 01:07:53 DEBUG : dir: reading active writers 2026/04/24 01:07:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:07:53 DEBUG : dir: Looking for writers 2026/04/24 01:07:53 DEBUG : file1: reading active writers 2026/04/24 01:07:53 DEBUG : Looking for writers 2026/04/24 01:07:53 DEBUG : dir: reading active writers 2026/04/24 01:07:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:07:53 DEBUG : dir: Looking for writers 2026/04/24 01:07:53 DEBUG : file1: reading active writers 2026/04/24 01:07:53 DEBUG : Looking for writers 2026/04/24 01:07:53 DEBUG : dir: reading active writers 2026/04/24 01:07:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: starting upload 2026/04/24 01:07:53 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1.ca338588.partial" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1.ca338588.partial 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1.ca338588.partial" 2026/04/24 01:07:53 DEBUG : dir: Looking for writers 2026/04/24 01:07:53 DEBUG : file1: reading active writers 2026/04/24 01:07:53 DEBUG : Looking for writers 2026/04/24 01:07:53 DEBUG : dir: reading active writers 2026/04/24 01:07:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1.ca338588.partial 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:53 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/24 01:07:53 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/24 01:07:53 INFO : dir/file1: Copied (replaced existing) 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/24 01:07:53 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/24 01:07:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:53 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/24 01:07:53 DEBUG : dir: Looking for writers 2026/04/24 01:07:53 DEBUG : file1: reading active writers 2026/04/24 01:07:53 DEBUG : Looking for writers 2026/04/24 01:07:53 DEBUG : dir: reading active writers 2026/04/24 01:07:53 DEBUG : >WaitForWriters: 2026/04/24 01:07:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:07:53 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964c63c400): _readAt: size=512, off=0 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964c63c400): openPending: 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/24 01:07:53 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/24 01:07:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964c63c400): >openPending: err= 2026/04/24 01:07:53 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964c63c400): >_readAt: n=14, err=EOF 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964c63c400): close: 2026/04/24 01:07:53 DEBUG : dir/file1(0x3d964c63c400): >close: err= 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:53 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:54 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/24 01:07:54 DEBUG : newLeaf: Updating file with newLeaf 0x3d964ceceb60 2026/04/24 01:07:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:54 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:54 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/24 01:07:54 DEBUG : dir/file1: Updating file with dir/file1 0x3d964ceceb60 2026/04/24 01:07:54 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/24 01:07:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:54 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:07:54 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:54 DEBUG : dir/file1(0x3d964cec08c0): openPending: 2026/04/24 01:07:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/24 01:07:54 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/24 01:07:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:54 DEBUG : dir/file1(0x3d964cec08c0): >openPending: err= 2026/04/24 01:07:54 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/24 01:07:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:54 DEBUG : dir/file1(0x3d964cec08c0): _writeAt: size=25, off=0 2026/04/24 01:07:54 DEBUG : dir/file1(0x3d964cec08c0): >_writeAt: n=25, err= 2026/04/24 01:07:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:54 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/24 01:07:54 DEBUG : newLeaf: Updating file with newLeaf 0x3d964ceceb60 2026/04/24 01:07:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:54 DEBUG : newLeaf(0x3d964cec08c0): close: 2026/04/24 01:07:54 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/24 01:07:54 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-24 01:07:54.656384698 +0000 UTC m=+17.882570978 2026/04/24 01:07:54 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/24 01:07:54 DEBUG : newLeaf(0x3d964cec08c0): >close: err= 2026/04/24 01:07:54 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:54 DEBUG : dir: Looking for writers 2026/04/24 01:07:54 DEBUG : Looking for writers 2026/04/24 01:07:54 DEBUG : dir: reading active writers 2026/04/24 01:07:54 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:07:54 DEBUG : dir: Looking for writers 2026/04/24 01:07:54 DEBUG : Looking for writers 2026/04/24 01:07:54 DEBUG : dir: reading active writers 2026/04/24 01:07:54 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:07:54 DEBUG : dir: Looking for writers 2026/04/24 01:07:54 DEBUG : Looking for writers 2026/04/24 01:07:54 DEBUG : dir: reading active writers 2026/04/24 01:07:54 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:07:54 DEBUG : dir: Looking for writers 2026/04/24 01:07:54 DEBUG : Looking for writers 2026/04/24 01:07:54 DEBUG : dir: reading active writers 2026/04/24 01:07:54 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:07:54 DEBUG : newLeaf: vfs cache: starting upload 2026/04/24 01:07:54 DEBUG : newLeaf.9f9f0319.partial: size = 25 OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf.9f9f0319.partial" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf.9f9f0319.partial 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf.9f9f0319.partial" 2026/04/24 01:07:54 DEBUG : dir: Looking for writers 2026/04/24 01:07:54 DEBUG : Looking for writers 2026/04/24 01:07:54 DEBUG : dir: reading active writers 2026/04/24 01:07:54 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf.9f9f0319.partial 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:54 DEBUG : newLeaf.9f9f0319.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:54 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/24 01:07:54 DEBUG : newLeaf.9f9f0319.partial: renamed to: newLeaf 2026/04/24 01:07:54 INFO : newLeaf: Copied (replaced existing) 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:54 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:55 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-24 01:07:54 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/24 01:07:55 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/24 01:07:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:55 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/24 01:07:55 DEBUG : dir: Looking for writers 2026/04/24 01:07:55 DEBUG : Looking for writers 2026/04/24 01:07:55 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:55 DEBUG : dir: reading active writers 2026/04/24 01:07:55 DEBUG : >WaitForWriters: 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/24 01:07:55 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:55 DEBUG : dir: Looking for writers 2026/04/24 01:07:55 DEBUG : Looking for writers 2026/04/24 01:07:55 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:55 DEBUG : dir: reading active writers 2026/04/24 01:07:55 DEBUG : >WaitForWriters: 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:55 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:55 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:55 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:55 DEBUG : dir: Looking for writers 2026/04/24 01:07:55 DEBUG : file1: reading active writers 2026/04/24 01:07:55 DEBUG : Looking for writers 2026/04/24 01:07:55 DEBUG : dir: reading active writers 2026/04/24 01:07:55 DEBUG : >WaitForWriters: 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:55 DEBUG : newLeaf: Updating file with newLeaf 0x3d964c6c4270 2026/04/24 01:07:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:55 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/24 01:07:55 DEBUG : dir/file1: Updating file with dir/file1 0x3d964c6c4270 2026/04/24 01:07:55 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/24 01:07:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:55 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:56 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:07:56 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:56 DEBUG : dir/file1(0x3d964cb876c0): openPending: 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/24 01:07:56 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/24 01:07:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:56 DEBUG : dir/file1(0x3d964cb876c0): >openPending: err= 2026/04/24 01:07:56 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/24 01:07:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:56 DEBUG : dir/file1(0x3d964cb876c0): _writeAt: size=25, off=0 2026/04/24 01:07:56 DEBUG : dir/file1(0x3d964cb876c0): >_writeAt: n=25, err= 2026/04/24 01:07:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:56 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/24 01:07:56 DEBUG : newLeaf: Updating file with newLeaf 0x3d964c6c4270 2026/04/24 01:07:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:56 DEBUG : newLeaf(0x3d964cb876c0): close: 2026/04/24 01:07:56 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/24 01:07:56 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-24 01:07:56.162005678 +0000 UTC m=+19.388191999 2026/04/24 01:07:56 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/24 01:07:56 DEBUG : newLeaf(0x3d964cb876c0): >close: err= 2026/04/24 01:07:56 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:56 DEBUG : dir: Looking for writers 2026/04/24 01:07:56 DEBUG : Looking for writers 2026/04/24 01:07:56 DEBUG : dir: reading active writers 2026/04/24 01:07:56 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:07:56 DEBUG : dir: Looking for writers 2026/04/24 01:07:56 DEBUG : Looking for writers 2026/04/24 01:07:56 DEBUG : dir: reading active writers 2026/04/24 01:07:56 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:07:56 DEBUG : dir: Looking for writers 2026/04/24 01:07:56 DEBUG : Looking for writers 2026/04/24 01:07:56 DEBUG : dir: reading active writers 2026/04/24 01:07:56 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:07:56 DEBUG : dir: Looking for writers 2026/04/24 01:07:56 DEBUG : Looking for writers 2026/04/24 01:07:56 DEBUG : dir: reading active writers 2026/04/24 01:07:56 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:07:56 DEBUG : newLeaf: vfs cache: starting upload 2026/04/24 01:07:56 DEBUG : newLeaf.3a94399f.partial: size = 25 OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf.3a94399f.partial" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf.3a94399f.partial 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf.3a94399f.partial" 2026/04/24 01:07:56 DEBUG : dir: Looking for writers 2026/04/24 01:07:56 DEBUG : Looking for writers 2026/04/24 01:07:56 DEBUG : dir: reading active writers 2026/04/24 01:07:56 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf.3a94399f.partial 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : newLeaf.3a94399f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:56 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/24 01:07:56 DEBUG : newLeaf.3a94399f.partial: renamed to: newLeaf 2026/04/24 01:07:56 INFO : newLeaf: Copied (replaced existing) 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:56 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-24 01:07:56 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/24 01:07:56 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/24 01:07:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:56 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/24 01:07:56 DEBUG : dir: Looking for writers 2026/04/24 01:07:56 DEBUG : Looking for writers 2026/04/24 01:07:56 DEBUG : dir: reading active writers 2026/04/24 01:07:56 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:56 DEBUG : >WaitForWriters: 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/24 01:07:56 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:56 DEBUG : dir: Looking for writers 2026/04/24 01:07:56 DEBUG : Looking for writers 2026/04/24 01:07:56 DEBUG : dir: reading active writers 2026/04/24 01:07:56 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:56 DEBUG : >WaitForWriters: 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:56 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:56 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:56 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/24 01:07:56 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:56 DEBUG : dir/file1(0x3d964c528880): openPending: 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:56 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/24 01:07:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c528880): >openPending: err= 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/24 01:07:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c528880): _writeAt: size=14, off=0 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c528880): >_writeAt: n=14, err= 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c528880): close: 2026/04/24 01:07:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/24 01:07:57 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c528880): >close: err= 2026/04/24 01:07:57 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:57 DEBUG : dir: Looking for writers 2026/04/24 01:07:57 DEBUG : file1: reading active writers 2026/04/24 01:07:57 DEBUG : Looking for writers 2026/04/24 01:07:57 DEBUG : dir: reading active writers 2026/04/24 01:07:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:07:57 DEBUG : dir: Looking for writers 2026/04/24 01:07:57 DEBUG : file1: reading active writers 2026/04/24 01:07:57 DEBUG : Looking for writers 2026/04/24 01:07:57 DEBUG : dir: reading active writers 2026/04/24 01:07:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:07:57 DEBUG : dir: Looking for writers 2026/04/24 01:07:57 DEBUG : file1: reading active writers 2026/04/24 01:07:57 DEBUG : Looking for writers 2026/04/24 01:07:57 DEBUG : dir: reading active writers 2026/04/24 01:07:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:07:57 DEBUG : dir: Looking for writers 2026/04/24 01:07:57 DEBUG : file1: reading active writers 2026/04/24 01:07:57 DEBUG : Looking for writers 2026/04/24 01:07:57 DEBUG : dir: reading active writers 2026/04/24 01:07:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: starting upload 2026/04/24 01:07:57 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1.ca338588.partial" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1.ca338588.partial 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1.ca338588.partial" 2026/04/24 01:07:57 DEBUG : dir: Looking for writers 2026/04/24 01:07:57 DEBUG : file1: reading active writers 2026/04/24 01:07:57 DEBUG : Looking for writers 2026/04/24 01:07:57 DEBUG : dir: reading active writers 2026/04/24 01:07:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1.ca338588.partial 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:57 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/24 01:07:57 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/24 01:07:57 INFO : dir/file1: Copied (replaced existing) 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/24 01:07:57 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/24 01:07:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:57 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/24 01:07:57 DEBUG : dir: Looking for writers 2026/04/24 01:07:57 DEBUG : file1: reading active writers 2026/04/24 01:07:57 DEBUG : Looking for writers 2026/04/24 01:07:57 DEBUG : dir: reading active writers 2026/04/24 01:07:57 DEBUG : >WaitForWriters: 2026/04/24 01:07:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:07:57 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c9d80c0): _readAt: size=512, off=0 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c9d80c0): openPending: 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/24 01:07:57 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/24 01:07:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c9d80c0): >openPending: err= 2026/04/24 01:07:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c9d80c0): >_readAt: n=14, err=EOF 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c9d80c0): close: 2026/04/24 01:07:57 DEBUG : dir/file1(0x3d964c9d80c0): >close: err= 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:57 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:57 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/24 01:07:57 DEBUG : newLeaf: Updating file with newLeaf 0x3d964c8bb5f0 2026/04/24 01:07:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:57 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:57 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/24 01:07:57 DEBUG : dir/file1: Updating file with dir/file1 0x3d964c8bb5f0 2026/04/24 01:07:57 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/24 01:07:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:57 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:58 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:07:58 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:58 DEBUG : dir/file1(0x3d964c9d8e40): openPending: 2026/04/24 01:07:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/24 01:07:58 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/24 01:07:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:58 DEBUG : dir/file1(0x3d964c9d8e40): >openPending: err= 2026/04/24 01:07:58 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/24 01:07:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:58 DEBUG : dir/file1(0x3d964c9d8e40): _writeAt: size=25, off=0 2026/04/24 01:07:58 DEBUG : dir/file1(0x3d964c9d8e40): >_writeAt: n=25, err= 2026/04/24 01:07:58 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:58 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/24 01:07:58 DEBUG : newLeaf: Updating file with newLeaf 0x3d964c8bb5f0 2026/04/24 01:07:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:58 DEBUG : newLeaf(0x3d964c9d8e40): close: 2026/04/24 01:07:58 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/24 01:07:58 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-24 01:07:58.083499776 +0000 UTC m=+21.309686067 2026/04/24 01:07:58 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/24 01:07:58 DEBUG : newLeaf(0x3d964c9d8e40): >close: err= 2026/04/24 01:07:58 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:58 DEBUG : dir: Looking for writers 2026/04/24 01:07:58 DEBUG : Looking for writers 2026/04/24 01:07:58 DEBUG : dir: reading active writers 2026/04/24 01:07:58 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:07:58 DEBUG : dir: Looking for writers 2026/04/24 01:07:58 DEBUG : Looking for writers 2026/04/24 01:07:58 DEBUG : dir: reading active writers 2026/04/24 01:07:58 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:07:58 DEBUG : dir: Looking for writers 2026/04/24 01:07:58 DEBUG : Looking for writers 2026/04/24 01:07:58 DEBUG : dir: reading active writers 2026/04/24 01:07:58 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:07:58 DEBUG : dir: Looking for writers 2026/04/24 01:07:58 DEBUG : Looking for writers 2026/04/24 01:07:58 DEBUG : dir: reading active writers 2026/04/24 01:07:58 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:07:58 DEBUG : newLeaf: vfs cache: starting upload 2026/04/24 01:07:58 DEBUG : newLeaf.a76454fb.partial: size = 25 OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf.a76454fb.partial" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf.a76454fb.partial 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf.a76454fb.partial" 2026/04/24 01:07:58 DEBUG : dir: Looking for writers 2026/04/24 01:07:58 DEBUG : Looking for writers 2026/04/24 01:07:58 DEBUG : dir: reading active writers 2026/04/24 01:07:58 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf.a76454fb.partial 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:58 DEBUG : newLeaf.a76454fb.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:58 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/24 01:07:58 DEBUG : newLeaf.a76454fb.partial: renamed to: newLeaf 2026/04/24 01:07:58 INFO : newLeaf: Copied (replaced existing) 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:58 DEBUG : dir: Looking for writers 2026/04/24 01:07:58 DEBUG : Looking for writers 2026/04/24 01:07:58 DEBUG : dir: reading active writers 2026/04/24 01:07:58 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:58 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:58 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-24 01:07:58 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/24 01:07:58 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/24 01:07:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:58 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/24 01:07:58 DEBUG : >WaitForWriters: 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:58 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:58 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/24 01:07:58 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:58 DEBUG : dir: Looking for writers 2026/04/24 01:07:58 DEBUG : Looking for writers 2026/04/24 01:07:58 DEBUG : dir: reading active writers 2026/04/24 01:07:58 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:58 DEBUG : >WaitForWriters: 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:07:58 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:07:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:07:58 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:58 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:58 DEBUG : dir: Looking for writers 2026/04/24 01:07:58 DEBUG : file1: reading active writers 2026/04/24 01:07:58 DEBUG : Looking for writers 2026/04/24 01:07:58 DEBUG : dir: reading active writers 2026/04/24 01:07:58 DEBUG : >WaitForWriters: 2026/04/24 01:07:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:07:58 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:58 DEBUG : dir/file1(0x3d964cafa500): _readAt: size=512, off=0 2026/04/24 01:07:58 DEBUG : dir/file1(0x3d964cafa500): openPending: 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:58 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/24 01:07:59 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/24 01:07:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:59 DEBUG : dir/file1(0x3d964cafa500): >openPending: err= 2026/04/24 01:07:59 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/24 01:07:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:07:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:07:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:07:59 DEBUG : dir/file1(0x3d964cafa500): >_readAt: n=14, err=EOF 2026/04/24 01:07:59 DEBUG : dir/file1(0x3d964cafa500): close: 2026/04/24 01:07:59 DEBUG : dir/file1(0x3d964cafa500): >close: err= 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:59 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:59 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/24 01:07:59 DEBUG : newLeaf: Updating file with newLeaf 0x3d964cafc340 2026/04/24 01:07:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:59 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:59 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/24 01:07:59 DEBUG : dir/file1: Updating file with dir/file1 0x3d964cafc340 2026/04/24 01:07:59 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/24 01:07:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:07:59 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:07:59 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:07:59 DEBUG : dir/file1(0x3d964c8ffd80): openPending: 2026/04/24 01:07:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/24 01:07:59 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/24 01:07:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:07:59 DEBUG : dir/file1(0x3d964c8ffd80): >openPending: err= 2026/04/24 01:07:59 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/24 01:07:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:07:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:07:59 DEBUG : dir/file1(0x3d964c8ffd80): _writeAt: size=25, off=0 2026/04/24 01:07:59 DEBUG : dir/file1(0x3d964c8ffd80): >_writeAt: n=25, err= 2026/04/24 01:07:59 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:07:59 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:07:59 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:07:59 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/24 01:07:59 DEBUG : newLeaf: Updating file with newLeaf 0x3d964cafc340 2026/04/24 01:07:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:07:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:07:59 DEBUG : newLeaf(0x3d964c8ffd80): close: 2026/04/24 01:07:59 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/24 01:07:59 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-24 01:07:59.842737079 +0000 UTC m=+23.068923370 2026/04/24 01:07:59 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/24 01:07:59 DEBUG : newLeaf(0x3d964c8ffd80): >close: err= 2026/04/24 01:07:59 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:07:59 DEBUG : dir: Looking for writers 2026/04/24 01:07:59 DEBUG : Looking for writers 2026/04/24 01:07:59 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:59 DEBUG : dir: reading active writers 2026/04/24 01:07:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:07:59 DEBUG : dir: Looking for writers 2026/04/24 01:07:59 DEBUG : Looking for writers 2026/04/24 01:07:59 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:59 DEBUG : dir: reading active writers 2026/04/24 01:07:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:07:59 DEBUG : dir: Looking for writers 2026/04/24 01:07:59 DEBUG : Looking for writers 2026/04/24 01:07:59 DEBUG : dir: reading active writers 2026/04/24 01:07:59 DEBUG : newLeaf: reading active writers 2026/04/24 01:07:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:00 DEBUG : dir: Looking for writers 2026/04/24 01:08:00 DEBUG : Looking for writers 2026/04/24 01:08:00 DEBUG : dir: reading active writers 2026/04/24 01:08:00 DEBUG : newLeaf: reading active writers 2026/04/24 01:08:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:00 DEBUG : newLeaf: vfs cache: starting upload 2026/04/24 01:08:00 DEBUG : newLeaf.c1971653.partial: size = 25 OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf.c1971653.partial" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf.c1971653.partial 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf.c1971653.partial" 2026/04/24 01:08:00 DEBUG : dir: Looking for writers 2026/04/24 01:08:00 DEBUG : Looking for writers 2026/04/24 01:08:00 DEBUG : dir: reading active writers 2026/04/24 01:08:00 DEBUG : newLeaf: reading active writers 2026/04/24 01:08:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf.c1971653.partial 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : newLeaf.c1971653.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:08:00 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/24 01:08:00 DEBUG : newLeaf.c1971653.partial: renamed to: newLeaf 2026/04/24 01:08:00 INFO : newLeaf: Copied (replaced existing) 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:08:00 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-24 01:07:59 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/24 01:08:00 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/24 01:08:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/24 01:08:00 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/24 01:08:00 DEBUG : dir: Looking for writers 2026/04/24 01:08:00 DEBUG : Looking for writers 2026/04/24 01:08:00 DEBUG : dir: reading active writers 2026/04/24 01:08:00 DEBUG : newLeaf: reading active writers 2026/04/24 01:08:00 DEBUG : >WaitForWriters: 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/newLeaf" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-sefakuk9haha/newLeaf 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/24 01:08:00 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:00 DEBUG : dir: Looking for writers 2026/04/24 01:08:00 DEBUG : Looking for writers 2026/04/24 01:08:00 DEBUG : dir: reading active writers 2026/04/24 01:08:00 DEBUG : newLeaf: reading active writers 2026/04/24 01:08:00 DEBUG : >WaitForWriters: 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestFileRename (9.40s) --- PASS: TestFileRename/off,forceCache=false (1.11s) --- PASS: TestFileRename/minimal,forceCache=false (1.13s) --- PASS: TestFileRename/minimal,forceCache=true (1.98s) --- PASS: TestFileRename/writes,forceCache=false (1.51s) --- PASS: TestFileRename/writes,forceCache=true (1.93s) --- PASS: TestFileRename/full,forceCache=false (1.74s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:00 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:00 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:00 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:00 DEBUG : Looking for writers 2026/04/24 01:08:00 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:00 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:00 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/24 01:08:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/24 01:08:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:00 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:00 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:00 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:00 DEBUG : dir: Looking for writers 2026/04/24 01:08:00 DEBUG : file1: reading active writers 2026/04/24 01:08:00 DEBUG : Looking for writers 2026/04/24 01:08:00 DEBUG : dir: reading active writers 2026/04/24 01:08:00 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:00 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:00 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:00 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:00 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/24 01:08:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/24 01:08:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:00 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:00 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/24 01:08:00 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/24 01:08:00 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/24 01:08:00 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/24 01:08:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/24 01:08:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/24 01:08:00 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/24 01:08:01 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:01 DEBUG : dir: Looking for writers 2026/04/24 01:08:01 DEBUG : file1: reading active writers 2026/04/24 01:08:01 DEBUG : Looking for writers 2026/04/24 01:08:01 DEBUG : dir: reading active writers 2026/04/24 01:08:01 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:01 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:01 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:01 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/24 01:08:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/24 01:08:01 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/24 01:08:01 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/24 01:08:01 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/24 01:08:01 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/24 01:08:01 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/24 01:08:01 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/24 01:08:01 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/24 01:08:01 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/24 01:08:01 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/24 01:08:01 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/24 01:08:01 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/24 01:08:01 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/24 01:08:01 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/24 01:08:01 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:01 DEBUG : dir: Looking for writers 2026/04/24 01:08:01 DEBUG : file1: reading active writers 2026/04/24 01:08:01 DEBUG : Looking for writers 2026/04/24 01:08:01 DEBUG : dir: reading active writers 2026/04/24 01:08:01 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:01 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:01 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:01 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/24 01:08:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:01 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:01 DEBUG : dir: Looking for writers 2026/04/24 01:08:01 DEBUG : file1: reading active writers 2026/04/24 01:08:01 DEBUG : Looking for writers 2026/04/24 01:08:01 DEBUG : dir: reading active writers 2026/04/24 01:08:01 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:01 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:01 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:01 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/24 01:08:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:01 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:01 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:02 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/24 01:08:02 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:02 DEBUG : dir: Looking for writers 2026/04/24 01:08:02 DEBUG : file1: reading active writers 2026/04/24 01:08:02 DEBUG : Looking for writers 2026/04/24 01:08:02 DEBUG : dir: reading active writers 2026/04/24 01:08:02 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.28s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:02 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:02 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:02 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:08:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:08:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:08:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): _readAt: size=1, off=0 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): openPending: 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/24 01:08:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/24 01:08:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): >openPending: err= 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): >_readAt: n=1, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): _readAt: size=256, off=1 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): >_readAt: n=15, err=EOF 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): _readAt: size=16, off=16 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): close: 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): >close: err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): close: 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cbe03c0): >close: err=file already closed 2026/04/24 01:08:02 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:02 DEBUG : dir: Looking for writers 2026/04/24 01:08:02 DEBUG : file1: reading active writers 2026/04/24 01:08:02 DEBUG : Looking for writers 2026/04/24 01:08:02 DEBUG : dir: reading active writers 2026/04/24 01:08:02 DEBUG : >WaitForWriters: 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.27s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:02 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:02 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:02 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:08:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:08:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:08:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): _readAt: size=1, off=0 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): openPending: 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/24 01:08:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/24 01:08:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): >openPending: err= 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): >_readAt: n=1, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): _readAt: size=1, off=5 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): >_readAt: n=1, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): _readAt: size=1, off=3 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): >_readAt: n=1, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): _readAt: size=1, off=13 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): >_readAt: n=1, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): _readAt: size=16, off=100 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): >_readAt: n=0, err=EOF 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): close: 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964c878640): >close: err= 2026/04/24 01:08:02 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:02 DEBUG : dir: Looking for writers 2026/04/24 01:08:02 DEBUG : file1: reading active writers 2026/04/24 01:08:02 DEBUG : Looking for writers 2026/04/24 01:08:02 DEBUG : dir: reading active writers 2026/04/24 01:08:02 DEBUG : >WaitForWriters: 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.33s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:02 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:02 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:02 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:08:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:08:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:08:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): _readAt: size=1, off=0 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): openPending: 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/24 01:08:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/24 01:08:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >openPending: err= 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >_readAt: n=1, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): _readAt: size=1, off=5 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >_readAt: n=1, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): _readAt: size=1, off=1 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >_readAt: n=1, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): _readAt: size=6, off=10 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >_readAt: n=6, err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): _readAt: size=256, off=10 2026/04/24 01:08:02 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >_readAt: n=6, err=EOF 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): _readAt: size=256, off=100 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >_readAt: n=0, err=EOF 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): close: 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >close: err= 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): _readAt: size=256, off=100 2026/04/24 01:08:02 DEBUG : dir/file1(0x3d964cb86040): >_readAt: n=0, err=file already closed 2026/04/24 01:08:02 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:02 DEBUG : dir: Looking for writers 2026/04/24 01:08:02 DEBUG : file1: reading active writers 2026/04/24 01:08:02 DEBUG : Looking for writers 2026/04/24 01:08:02 DEBUG : dir: reading active writers 2026/04/24 01:08:02 DEBUG : >WaitForWriters: 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.27s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:02 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:02 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:02 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:03 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:03 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:03 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:03 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:08:03 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:08:03 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:08:03 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): RWFileHandle.Flush 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): _readAt: size=256, off=0 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): openPending: 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:03 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:03 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/24 01:08:03 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/24 01:08:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): >openPending: err= 2026/04/24 01:08:03 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/24 01:08:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): >_readAt: n=16, err=EOF 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): RWFileHandle.Flush 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): RWFileHandle.Flush 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): close: 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964c528ac0): >close: err= 2026/04/24 01:08:03 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:03 DEBUG : dir: Looking for writers 2026/04/24 01:08:03 DEBUG : file1: reading active writers 2026/04/24 01:08:03 DEBUG : Looking for writers 2026/04/24 01:08:03 DEBUG : dir: reading active writers 2026/04/24 01:08:03 DEBUG : >WaitForWriters: 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:03 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:03 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:03 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:03 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:03 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/24 01:08:03 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:08:03 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:08:03 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:08:03 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964cbe1800): _readAt: size=256, off=0 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964cbe1800): openPending: 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:03 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:03 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/24 01:08:03 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/24 01:08:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964cbe1800): >openPending: err= 2026/04/24 01:08:03 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/24 01:08:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964cbe1800): >_readAt: n=16, err=EOF 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964cbe1800): RWFileHandle.Release 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964cbe1800): close: 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964cbe1800): >close: err= 2026/04/24 01:08:03 DEBUG : dir/file1(0x3d964cbe1800): RWFileHandle.Release 2026/04/24 01:08:03 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:03 DEBUG : dir: Looking for writers 2026/04/24 01:08:03 DEBUG : file1: reading active writers 2026/04/24 01:08:03 DEBUG : Looking for writers 2026/04/24 01:08:03 DEBUG : dir: reading active writers 2026/04/24 01:08:03 DEBUG : >WaitForWriters: 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:03 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:03 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:03 DEBUG : file1: newRWFileHandle: 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): openPending: 2026/04/24 01:08:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): >openPending: err= 2026/04/24 01:08:03 DEBUG : file1: >newRWFileHandle: err= 2026/04/24 01:08:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/24 01:08:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): _writeAt: size=5, off=0 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): >_writeAt: n=5, err= 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): _writeAt: size=7, off=5 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): >_writeAt: n=7, err= 2026/04/24 01:08:03 DEBUG : file1: vfs cache: truncate to size=11 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): close: 2026/04/24 01:08:03 DEBUG : file1: vfs cache: setting modification time to 2026-04-24 01:08:03.519351875 +0000 UTC m=+26.745538156 2026/04/24 01:08:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): >close: err= 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): close: 2026/04/24 01:08:03 DEBUG : file1(0x3d964cb90240): >close: err=file already closed 2026/04/24 01:08:03 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:03 DEBUG : Looking for writers 2026/04/24 01:08:03 DEBUG : file1: reading active writers 2026/04/24 01:08:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:03 DEBUG : Looking for writers 2026/04/24 01:08:03 DEBUG : file1: reading active writers 2026/04/24 01:08:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:03 DEBUG : Looking for writers 2026/04/24 01:08:03 DEBUG : file1: reading active writers 2026/04/24 01:08:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:03 DEBUG : Looking for writers 2026/04/24 01:08:03 DEBUG : file1: reading active writers 2026/04/24 01:08:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:03 DEBUG : file1: vfs cache: starting upload 2026/04/24 01:08:03 DEBUG : file1.383ab23d.partial: size = 11 OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1.383ab23d.partial" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1.383ab23d.partial 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1.383ab23d.partial" 2026/04/24 01:08:03 DEBUG : Looking for writers 2026/04/24 01:08:03 DEBUG : file1: reading active writers 2026/04/24 01:08:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-sefakuk9haha/file1.383ab23d.partial 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:03 DEBUG : file1.383ab23d.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/24 01:08:03 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 01:08:03 DEBUG : file1.383ab23d.partial: renamed to: file1 2026/04/24 01:08:03 INFO : file1: Copied (new) 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:03 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/24 01:08:03 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-24 01:08:03 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/24 01:08:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:03 INFO : file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:03 DEBUG : Looking for writers 2026/04/24 01:08:03 DEBUG : file1: reading active writers 2026/04/24 01:08:03 DEBUG : >WaitForWriters: 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:03 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:03 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/24 01:08:04 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : >WaitForWriters: 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:04 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:04 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:04 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:04 DEBUG : file1: newRWFileHandle: 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): openPending: 2026/04/24 01:08:04 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): >openPending: err= 2026/04/24 01:08:04 DEBUG : file1: >newRWFileHandle: err= 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:04 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/24 01:08:04 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): _writeAt: size=7, off=0 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): >_writeAt: n=7, err= 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): _writeAt: size=6, off=5 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): >_writeAt: n=6, err= 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): close: 2026/04/24 01:08:04 DEBUG : file1: vfs cache: setting modification time to 2026-04-24 01:08:04.038603871 +0000 UTC m=+27.264790162 2026/04/24 01:08:04 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): >close: err= 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): _writeAt: size=5, off=0 2026/04/24 01:08:04 DEBUG : file1(0x3d964cc3a080): >_writeAt: n=0, err=file already closed 2026/04/24 01:08:04 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:04 DEBUG : file1: vfs cache: starting upload 2026/04/24 01:08:04 DEBUG : file1.f54ccdad.partial: size = 11 OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1.f54ccdad.partial" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1.f54ccdad.partial 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1.f54ccdad.partial" 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-sefakuk9haha/file1.f54ccdad.partial 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file1.f54ccdad.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/24 01:08:04 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 01:08:04 DEBUG : file1.f54ccdad.partial: renamed to: file1 2026/04/24 01:08:04 INFO : file1: Copied (new) 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/24 01:08:04 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-24 01:08:04 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/24 01:08:04 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:04 INFO : file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : >WaitForWriters: 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/24 01:08:04 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : >WaitForWriters: 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:04 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:04 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:04 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:04 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:04 DEBUG : file1: newRWFileHandle: 2026/04/24 01:08:04 DEBUG : file1(0x3d964cb87680): openPending: 2026/04/24 01:08:04 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:04 DEBUG : file1(0x3d964cb87680): >openPending: err= 2026/04/24 01:08:04 DEBUG : file1: >newRWFileHandle: err= 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:04 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/24 01:08:04 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/24 01:08:04 DEBUG : file1(0x3d964cb87680): close: 2026/04/24 01:08:04 DEBUG : file1: vfs cache: setting modification time to 2026-04-24 01:08:04.557705754 +0000 UTC m=+27.783892045 2026/04/24 01:08:04 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:04 DEBUG : file1(0x3d964cb87680): >close: err= 2026/04/24 01:08:04 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/24 01:08:04 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/24 01:08:04 DEBUG : file2: newRWFileHandle: 2026/04/24 01:08:04 DEBUG : file2(0x3d964cb87b00): openPending: 2026/04/24 01:08:04 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/24 01:08:04 DEBUG : file2(0x3d964cb87b00): >openPending: err= 2026/04/24 01:08:04 DEBUG : file2: >newRWFileHandle: err= 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/24 01:08:04 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/24 01:08:04 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/24 01:08:04 DEBUG : file2(0x3d964cb87b00): RWFileHandle.Flush 2026/04/24 01:08:04 DEBUG : file2(0x3d964cb87b00): RWFileHandle.Release 2026/04/24 01:08:04 DEBUG : file2(0x3d964cb87b00): close: 2026/04/24 01:08:04 DEBUG : file2: vfs cache: setting modification time to 2026-04-24 01:08:04.558685926 +0000 UTC m=+27.784872217 2026/04/24 01:08:04 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:04 DEBUG : file2(0x3d964cb87b00): >close: err= 2026/04/24 01:08:04 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : file2: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : file2: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file2: reading active writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : file2: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/24 01:08:04 DEBUG : file2: vfs cache: starting upload 2026/04/24 01:08:04 DEBUG : file1: vfs cache: starting upload 2026/04/24 01:08:04 DEBUG : file2.66f89c36.partial: size = 0 OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file2.66f89c36.partial" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file2.66f89c36.partial 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file2.66f89c36.partial" 2026/04/24 01:08:04 DEBUG : file1.2fb22578.partial: size = 0 OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1.2fb22578.partial" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1.2fb22578.partial 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1.2fb22578.partial" 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : file2: reading active writers 2026/04/24 01:08:04 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file2.66f89c36.partial 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file2.66f89c36.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:04 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file1.2fb22578.partial 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file1.2fb22578.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:04 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/24 01:08:04 DEBUG : file2.66f89c36.partial: renamed to: file2 2026/04/24 01:08:04 INFO : file2: Copied (new) 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file2" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file2 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file2" 2026/04/24 01:08:04 DEBUG : file1.2fb22578.partial: renamed to: file1 2026/04/24 01:08:04 INFO : file1: Copied (new) 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file2 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:04 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-24 01:08:04 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/24 01:08:04 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/24 01:08:04 INFO : file2: vfs cache: upload succeeded try #1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:04 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-24 01:08:04 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/24 01:08:04 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:04 INFO : file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:04 DEBUG : Looking for writers 2026/04/24 01:08:04 DEBUG : file1: reading active writers 2026/04/24 01:08:04 DEBUG : file2: reading active writers 2026/04/24 01:08:04 DEBUG : >WaitForWriters: 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:04 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:04 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:05 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file2" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file2 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file2" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file2 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:05 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file2" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file2 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file2" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-sefakuk9haha/file2 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:05 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/24 01:08:05 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : file2: reading active writers 2026/04/24 01:08:05 DEBUG : >WaitForWriters: 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:05 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:05 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:05 DEBUG : file1: newRWFileHandle: 2026/04/24 01:08:05 DEBUG : file1(0x3d964c884700): openPending: 2026/04/24 01:08:05 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:05 DEBUG : file1(0x3d964c884700): >openPending: err= 2026/04/24 01:08:05 DEBUG : file1: >newRWFileHandle: err= 2026/04/24 01:08:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:05 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/24 01:08:05 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/24 01:08:05 DEBUG : file1(0x3d964c884700): _writeAt: size=5, off=0 2026/04/24 01:08:05 DEBUG : file1(0x3d964c884700): >_writeAt: n=5, err= 2026/04/24 01:08:05 DEBUG : file1(0x3d964c884700): RWFileHandle.Flush 2026/04/24 01:08:05 DEBUG : file1(0x3d964c884700): RWFileHandle.Flush 2026/04/24 01:08:05 DEBUG : file1(0x3d964c884700): close: 2026/04/24 01:08:05 DEBUG : file1: vfs cache: setting modification time to 2026-04-24 01:08:05.275636968 +0000 UTC m=+28.501823249 2026/04/24 01:08:05 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:05 DEBUG : file1(0x3d964c884700): >close: err= 2026/04/24 01:08:05 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:05 DEBUG : file1: vfs cache: starting upload 2026/04/24 01:08:05 DEBUG : file1.91039afa.partial: size = 5 OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1.91039afa.partial" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1.91039afa.partial 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1.91039afa.partial" 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1.91039afa.partial 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:05 DEBUG : file1.91039afa.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:05 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:08:05 DEBUG : file1.91039afa.partial: renamed to: file1 2026/04/24 01:08:05 INFO : file1: Copied (new) 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:05 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:05 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-24 01:08:05 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/24 01:08:05 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:05 INFO : file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : >WaitForWriters: 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:05 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:05 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:05 DEBUG : file1: newRWFileHandle: 2026/04/24 01:08:05 DEBUG : file1(0x3d964cec0780): openPending: 2026/04/24 01:08:05 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:05 DEBUG : file1(0x3d964cec0780): >openPending: err= 2026/04/24 01:08:05 DEBUG : file1: >newRWFileHandle: err= 2026/04/24 01:08:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:05 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/24 01:08:05 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/24 01:08:05 DEBUG : file1(0x3d964cec0780): _writeAt: size=5, off=0 2026/04/24 01:08:05 DEBUG : file1(0x3d964cec0780): >_writeAt: n=5, err= 2026/04/24 01:08:05 DEBUG : file1(0x3d964cec0780): RWFileHandle.Release 2026/04/24 01:08:05 DEBUG : file1(0x3d964cec0780): close: 2026/04/24 01:08:05 DEBUG : file1: vfs cache: setting modification time to 2026-04-24 01:08:05.594649643 +0000 UTC m=+28.820835924 2026/04/24 01:08:05 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:05 DEBUG : file1(0x3d964cec0780): >close: err= 2026/04/24 01:08:05 DEBUG : file1(0x3d964cec0780): RWFileHandle.Release 2026/04/24 01:08:05 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:05 DEBUG : file1: vfs cache: starting upload 2026/04/24 01:08:05 DEBUG : file1.6049bf79.partial: size = 5 OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1.6049bf79.partial" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1.6049bf79.partial 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1.6049bf79.partial" 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1.6049bf79.partial 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:05 DEBUG : file1.6049bf79.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:05 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:08:05 DEBUG : file1.6049bf79.partial: renamed to: file1 2026/04/24 01:08:05 INFO : file1: Copied (new) 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:05 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:05 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-24 01:08:05 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/24 01:08:05 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:05 INFO : file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:05 DEBUG : Looking for writers 2026/04/24 01:08:05 DEBUG : file1: reading active writers 2026/04/24 01:08:05 DEBUG : >WaitForWriters: 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:05 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:05 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:05 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:06 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:06 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/24 01:08:06 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:08:06 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cc3bd00): openPending: 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/24 01:08:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cc3bd00): >openPending: err= 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/24 01:08:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:08:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:08:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cc3bd00): _writeAt: size=5, off=0 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cc3bd00): >_writeAt: n=5, err= 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cc3bd00): close: 2026/04/24 01:08:06 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-24 01:08:06.215245597 +0000 UTC m=+29.441431888 2026/04/24 01:08:06 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cc3bd00): >close: err= 2026/04/24 01:08:06 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: starting upload 2026/04/24 01:08:06 DEBUG : dir/file1.39e489e6.partial: size = 5 OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1.39e489e6.partial" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1.39e489e6.partial 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1.39e489e6.partial" 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/dir/file1.39e489e6.partial 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:06 DEBUG : dir/file1.39e489e6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:06 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:08:06 DEBUG : dir/file1.39e489e6.partial: renamed to: dir/file1 2026/04/24 01:08:06 INFO : dir/file1: Copied (replaced existing) 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:06 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-24 01:08:06 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:06 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : >WaitForWriters: 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.62s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:06 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:06 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:06 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/24 01:08:06 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:06 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:06 DEBUG : dir/file1: newRWFileHandle: 2026/04/24 01:08:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/24 01:08:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/24 01:08:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cec1e80): _writeAt: size=5, off=0 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cec1e80): openPending: 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/24 01:08:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cec1e80): >openPending: err= 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cec1e80): >_writeAt: n=5, err= 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cec1e80): _writeAt: size=15, off=5 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cec1e80): >_writeAt: n=15, err= 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cec1e80): close: 2026/04/24 01:08:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-24 01:08:06.835748804 +0000 UTC m=+30.061935105 2026/04/24 01:08:06 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:06 DEBUG : dir/file1(0x3d964cec1e80): >close: err= 2026/04/24 01:08:06 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:06 DEBUG : dir/file1: vfs cache: starting upload 2026/04/24 01:08:06 DEBUG : dir/file1.e4c890e2.partial: size = 20 OK 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1.e4c890e2.partial" 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1.e4c890e2.partial 2026/04/24 01:08:06 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1.e4c890e2.partial" 2026/04/24 01:08:06 DEBUG : dir: Looking for writers 2026/04/24 01:08:06 DEBUG : file1: reading active writers 2026/04/24 01:08:06 DEBUG : Looking for writers 2026/04/24 01:08:06 DEBUG : dir: reading active writers 2026/04/24 01:08:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-sefakuk9haha/dir/file1.e4c890e2.partial 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:07 DEBUG : dir/file1.e4c890e2.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/24 01:08:07 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/24 01:08:07 DEBUG : dir/file1.e4c890e2.partial: renamed to: dir/file1 2026/04/24 01:08:07 INFO : dir/file1: Copied (replaced existing) 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:07 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/24 01:08:07 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-24 01:08:06 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/24 01:08:07 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:07 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:07 DEBUG : dir: Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : dir: reading active writers 2026/04/24 01:08:07 DEBUG : >WaitForWriters: 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:07 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:07 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : file1: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : file1(0x3d964c916f00): openPending: 2026/04/24 01:08:07 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:07 DEBUG : file1(0x3d964c916f00): >openPending: err= 2026/04/24 01:08:07 DEBUG : file1: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:07 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/24 01:08:07 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/24 01:08:07 DEBUG : file1(0x3d964c916f00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : file1(0x3d964c916f00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : file1(0x3d964c916f00): close: 2026/04/24 01:08:07 DEBUG : file1: vfs cache: setting modification time to 2026-04-24 01:08:07.156934265 +0000 UTC m=+30.383120547 2026/04/24 01:08:07 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : file1(0x3d964c916f00): >close: err= 2026/04/24 01:08:07 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:07 DEBUG : file1: vfs cache: starting upload 2026/04/24 01:08:07 DEBUG : file1.c3067c1a.partial: size = 5 OK 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1.c3067c1a.partial" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1.c3067c1a.partial 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1.c3067c1a.partial" 2026/04/24 01:08:07 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:07 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1.c3067c1a.partial 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:07 DEBUG : file1.c3067c1a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:07 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:08:07 DEBUG : file1.c3067c1a.partial: renamed to: file1 2026/04/24 01:08:07 INFO : file1: Copied (new) 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:07 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:07 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-24 01:08:07 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/24 01:08:07 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:07 INFO : file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : >WaitForWriters: 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:07 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/24 01:08:07 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885ec0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885ec0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885ec0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885ec0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885ec0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.476130789 +0000 UTC m=+30.702317100 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885ec0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70440): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70440): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70440): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70440): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70440): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.476130789 +0000 UTC m=+30.702317100 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70900): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70900): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.476130789 +0000 UTC m=+30.702317100 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5bb8f0 item 1 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70f40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70f40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70f40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70f40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70f40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.478717396 +0000 UTC m=+30.704903677 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca70f40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71440): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71440): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71440): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.478717396 +0000 UTC m=+30.704903677 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c1dc4d0 item 2 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71a80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71a80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71a80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71a80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71a80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.480238731 +0000 UTC m=+30.706425022 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca71a80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08000): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08000): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08000): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08000): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08000): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.480238731 +0000 UTC m=+30.706425022 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb084c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb084c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb084c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb084c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb084c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.480238731 +0000 UTC m=+30.706425022 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb084c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c1dc8c0 item 3 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08b40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08b40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08b40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08b40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08b40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.482852238 +0000 UTC m=+30.709038520 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08b40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09080): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09080): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09080): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.482852238 +0000 UTC m=+30.709038520 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c1dd180 item 4 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb096c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb096c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb096c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb096c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb096c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.484554384 +0000 UTC m=+30.710740675 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb096c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09b40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09b40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09b40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09b40): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09b40): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09b40): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09b40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.484554384 +0000 UTC m=+30.710740675 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09b40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88100): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88100): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88100): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88100): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88100): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.484554384 +0000 UTC m=+30.710740675 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c1dd880 item 5 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88780): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88780): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88780): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88780): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88780): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.487062683 +0000 UTC m=+30.713248974 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88780): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8340): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8340): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8340): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.487062683 +0000 UTC m=+30.713248974 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85c460 item 6 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e380): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e380): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e380): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.489521668 +0000 UTC m=+30.715707959 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d89c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d89c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d89c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d89c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d89c0): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d89c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d89c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.489521668 +0000 UTC m=+30.715707959 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d89c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8e80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8e80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.489521668 +0000 UTC m=+30.715707959 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d8e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85c700 item 7 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9500): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9500): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9500): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9500): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9500): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.491937353 +0000 UTC m=+30.718123673 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9a40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9a40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9a40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9a40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9a40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.491937353 +0000 UTC m=+30.718123673 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9d9a40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85d650 item 8 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e500): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964c97e500): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e500): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e500): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e500): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e500): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e8c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e8c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e8c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e8c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e8c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.49400595 +0000 UTC m=+30.720192251 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97e8c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97ed40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97ed40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97ed40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97ed40): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97ed40): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97ed40): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97ed40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.49400595 +0000 UTC m=+30.720192251 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97ed40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f240): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f240): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f240): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.49400595 +0000 UTC m=+30.720192251 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85dd50 item 9 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f8c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f8c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f8c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f8c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f8c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.496725599 +0000 UTC m=+30.722911890 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97f8c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97fe00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97fe00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97fe00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97fe00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97fe00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.496725599 +0000 UTC m=+30.722911890 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c97fe00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35e850 item 10 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88540): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964cb88540): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88540): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88540): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88540): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88540): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88540): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.498902271 +0000 UTC m=+30.725088562 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88f00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88f00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88f00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88f00): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88f00): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88f00): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88f00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.498902271 +0000 UTC m=+30.725088562 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88f00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.498902271 +0000 UTC m=+30.725088562 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35eee0 item 11 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89a80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89a80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89a80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89a80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89a80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.501602642 +0000 UTC m=+30.727788924 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89a80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb860c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb860c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb860c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb860c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb860c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.501602642 +0000 UTC m=+30.727788924 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb860c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35f9d0 item 12 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86700): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964cb86700): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86700): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86700): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86700): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86700): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86700): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86b40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86b40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86b40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86b40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86b40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.503607851 +0000 UTC m=+30.729794182 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86b40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87200): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87200): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87200): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.503607851 +0000 UTC m=+30.729794182 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ec000 item 13 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87880): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87880): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87880): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87880): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87880): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.505490227 +0000 UTC m=+30.731676508 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87880): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87dc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87dc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87dc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87dc0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87dc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.505490227 +0000 UTC m=+30.731676508 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87dc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ec4d0 item 14 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c4811c0): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964c4811c0): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c4811c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c4811c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c4811c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c4811c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c4811c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481d00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481d00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481d00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481d00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481d00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.50745552 +0000 UTC m=+30.733641802 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481d00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.50745552 +0000 UTC m=+30.733641802 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ec930 item 15 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878380): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878380): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878380): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.509348247 +0000 UTC m=+30.735534527 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878900): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878900): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.509348247 +0000 UTC m=+30.735534527 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ecd90 item 16 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c879180): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c879180): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c879180): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c879180): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c879180): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.51086941 +0000 UTC m=+30.737055731 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c879180): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.51086941 +0000 UTC m=+30.737055731 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a740): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a740): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a740): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.51086941 +0000 UTC m=+30.737055731 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ed260 item 17 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3adc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3adc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3adc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3adc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3adc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.513207547 +0000 UTC m=+30.739393828 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3adc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b300): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b300): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b300): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b300): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b300): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.513207547 +0000 UTC m=+30.739393828 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b300): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ed730 item 18 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b980): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b980): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.514928148 +0000 UTC m=+30.741114439 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.514928148 +0000 UTC m=+30.741114439 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884640): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884640): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884640): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.514928148 +0000 UTC m=+30.741114439 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9edb90 item 19 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884d40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884d40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884d40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884d40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884d40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.517581831 +0000 UTC m=+30.743768122 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884d40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885280): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885280): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885280): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.517581831 +0000 UTC m=+30.743768122 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c888700 item 20 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885900): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885900): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885900): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.519447226 +0000 UTC m=+30.745633517 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.519447226 +0000 UTC m=+30.745633517 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885e00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528b80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528b80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528b80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528b80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528b80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.519447226 +0000 UTC m=+30.745633517 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528b80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c889180 item 21 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.521839846 +0000 UTC m=+30.748026147 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9161c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9161c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9161c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9161c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9161c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.521839846 +0000 UTC m=+30.748026147 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9161c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c889b20 item 22 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916840): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916840): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916840): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.523709548 +0000 UTC m=+30.749895839 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.523709548 +0000 UTC m=+30.749895839 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c916d40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c917240): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c917240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c917240): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c917240): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c917240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.523709548 +0000 UTC m=+30.749895839 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c917240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad2070 item 23 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9178c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9178c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9178c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9178c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9178c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.525927318 +0000 UTC m=+30.752113609 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9178c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a000): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a000): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a000): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.525927318 +0000 UTC m=+30.752113609 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad2770 item 24 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a640): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964c89a640): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a640): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a640): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a640): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a640): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89aa00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89aa00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89aa00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89aa00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89aa00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.527841494 +0000 UTC m=+30.754027775 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89aa00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.527841494 +0000 UTC m=+30.754027775 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b440): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b440): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b440): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.527841494 +0000 UTC m=+30.754027775 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad2b60 item 25 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89bac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89bac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89bac0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89bac0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89bac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.530529623 +0000 UTC m=+30.756715914 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89bac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6100): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6100): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6100): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6100): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6100): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.530529623 +0000 UTC m=+30.756715914 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad3110 item 26 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6740): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964c8c6740): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6740): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6740): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6740): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6b00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6b00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6b00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6b00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6b00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.532837483 +0000 UTC m=+30.759023774 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c6b00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.532837483 +0000 UTC m=+30.759023774 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7540): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7540): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7540): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7540): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7540): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.532837483 +0000 UTC m=+30.759023774 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7540): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad37a0 item 27 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7bc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7bc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7bc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7bc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7bc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.535383914 +0000 UTC m=+30.761570206 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c7bc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.535383914 +0000 UTC m=+30.761570206 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c8821c0 item 28 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964c8e4840): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4c00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4c00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4c00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4c00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4c00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.537398089 +0000 UTC m=+30.763584380 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4c00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e52c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e52c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e52c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e52c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e52c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.537398089 +0000 UTC m=+30.763584380 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e52c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c882a10 item 29 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5940): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5940): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5940): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5940): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5940): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.53905512 +0000 UTC m=+30.765241411 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5940): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5e80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5e80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.53905512 +0000 UTC m=+30.765241411 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c882d90 item 30 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c5c0): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964c92c5c0): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c5c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c5c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c5c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c5c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c5c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.540731257 +0000 UTC m=+30.766917538 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d040): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d040): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d040): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d040): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d040): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.540731257 +0000 UTC m=+30.766917538 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d040): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c883340 item 31 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d6c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d6c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d6c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d6c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d6c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.542578647 +0000 UTC m=+30.768764928 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d6c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92dc00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92dc00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92dc00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92dc00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92dc00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.542578647 +0000 UTC m=+30.768764928 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92dc00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c883960 item 32 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956340): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956340): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.544140227 +0000 UTC m=+30.770326508 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9567c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9567c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9567c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9567c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9567c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c352070 item 33 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9567c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9567c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.544667342 +0000 UTC m=+30.770853624 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9567c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956cc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956cc0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.544667342 +0000 UTC m=+30.770853624 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c956cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c3525b0 item 33 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957300): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957300): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957300): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957300): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957300): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.546096092 +0000 UTC m=+30.772282373 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957300): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957780): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957780): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c352f50 item 34 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957780): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957780): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957780): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957780): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957780): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.546521125 +0000 UTC m=+30.772707407 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957780): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957cc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957cc0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.546521125 +0000 UTC m=+30.772707407 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c957cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c353490 item 34 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2400): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2400): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2400): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.547605364 +0000 UTC m=+30.773791655 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2880): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2880): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2880): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2880): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2880): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c353a40 item 35 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2880): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2880): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.548073007 +0000 UTC m=+30.774259299 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2880): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2d80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2d80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2d80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2d80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2d80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.548073007 +0000 UTC m=+30.774259299 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b2d80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c353dc0 item 35 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3400): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3400): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3400): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.549367533 +0000 UTC m=+30.775553813 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3900): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb962a0 item 36 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3900): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3900): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3900): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3900): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.549976263 +0000 UTC m=+30.776162544 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3e40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3e40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3e40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3e40): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3e40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.549976263 +0000 UTC m=+30.776162544 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9b3e40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb964d0 item 36 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c580): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c580): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c580): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.551499089 +0000 UTC m=+30.777685380 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0ca00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0ca00): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0ca00): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0ca00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0ca00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96850 item 37 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0ca00): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0ca00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.552051463 +0000 UTC m=+30.778237744 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0ca00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cf00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cf00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cf00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cf00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cf00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.552051463 +0000 UTC m=+30.778237744 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cf00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96a10 item 37 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d580): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d580): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d580): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.553595841 +0000 UTC m=+30.779782322 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0180): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0180): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96d90 item 38 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0180): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0180): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0180): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0180): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0180): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.554347722 +0000 UTC m=+30.780534003 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0180): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f06c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f06c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f06c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f06c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f06c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.554347722 +0000 UTC m=+30.780534003 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f06c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82e4d0 item 38 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0d40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0d40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0d40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0d40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0d40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.556019519 +0000 UTC m=+30.782205810 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0d40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1240): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1240): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1240): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1240): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82e930 item 39 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1240): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.55649627 +0000 UTC m=+30.782682561 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1740): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1740): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1740): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.55649627 +0000 UTC m=+30.782682561 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82eaf0 item 39 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1dc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1dc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1dc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1dc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1dc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.557864797 +0000 UTC m=+30.784051078 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1dc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c3c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c3c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82f340 item 40 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c3c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c3c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c3c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c3c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c3c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.558670698 +0000 UTC m=+30.784856989 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c3c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c900): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c900): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.558670698 +0000 UTC m=+30.784856989 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9c900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82f570 item 40 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9cec0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9cec0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9cec0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9cec0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9cec0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9cec0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9cec0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.560399616 +0000 UTC m=+30.786585907 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9cec0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d3c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d3c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d3c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82f8f0 item 41 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d3c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d3c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.561010639 +0000 UTC m=+30.787196960 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d3c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d880): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d880): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d880): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d880): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d880): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82fb90 item 41 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d880): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d880): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.562150943 +0000 UTC m=+30.788337234 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9d880): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ddc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ddc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ddc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ddc0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ddc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.562150943 +0000 UTC m=+30.788337234 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ddc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784070 item 41 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6500): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6500): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6500): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6500): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6500): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6500): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6500): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.563931969 +0000 UTC m=+30.790118260 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6a00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7845b0 item 42 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6a00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.564591434 +0000 UTC m=+30.790777716 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c790230 item 42 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0340): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0340): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0340): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0340): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.565239889 +0000 UTC m=+30.791426171 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc08c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc08c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc08c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc08c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc08c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.565239889 +0000 UTC m=+30.791426171 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc08c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c790540 item 42 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0f00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0f00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0f00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0f00): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0f00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0f00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0f00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.566529175 +0000 UTC m=+30.792715456 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc0f00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1400): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1400): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c790af0 item 43 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1400): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.567076118 +0000 UTC m=+30.793262400 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1940): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1940): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1940): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1940): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1940): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7910a0 item 43 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1940): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1940): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.567619765 +0000 UTC m=+30.793806047 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1940): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1e80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1e80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.567619765 +0000 UTC m=+30.793806047 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbc1e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7913b0 item 43 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb085c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb085c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb085c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb085c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb085c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb085c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb085c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.569069524 +0000 UTC m=+30.795255806 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb085c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08ac0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08ac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08ac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791810 item 44 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08ac0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08ac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.569680198 +0000 UTC m=+30.795866489 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb08ac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09000): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791a40 item 44 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09000): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09000): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09000): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09000): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.570419225 +0000 UTC m=+30.796605516 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09580): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09580): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09580): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.570419225 +0000 UTC m=+30.796605516 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791d50 item 44 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09bc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09bc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09bc0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09bc0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09bc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09bc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09bc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.572072959 +0000 UTC m=+30.798259250 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb09bc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a1c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a1c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a1c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72230 item 45 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a1c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a1c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.572717937 +0000 UTC m=+30.798904228 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a1c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a8c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a8c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a8c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a8c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a8c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.572717937 +0000 UTC m=+30.798904228 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2a8c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf723f0 item 45 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2af00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2af00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2af00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2af00): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2af00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2af00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2af00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.574361662 +0000 UTC m=+30.800547943 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2af00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2b400): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2b400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2b400): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf729a0 item 46 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2b400): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2b400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.57487869 +0000 UTC m=+30.801064971 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2b400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2bb00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2bb00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2bb00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2bb00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2bb00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.57487869 +0000 UTC m=+30.801064971 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb2bb00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72b60 item 46 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52240): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52240): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52240): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52240): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52240): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.576274837 +0000 UTC m=+30.802461119 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72ee0 item 47 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.57681108 +0000 UTC m=+30.802997361 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.57681108 +0000 UTC m=+30.802997361 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf730a0 item 47 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53480): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53480): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53480): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53480): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53480): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.578387319 +0000 UTC m=+30.804573599 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53980): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73420 item 48 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53980): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.57891187 +0000 UTC m=+30.805098150 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74180): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74180): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74180): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74180): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74180): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.57891187 +0000 UTC m=+30.805098150 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74180): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73650 item 48 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb747c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb747c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb747c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb747c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb747c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.580321252 +0000 UTC m=+30.806507533 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb747c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73a40 item 49 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.580888944 +0000 UTC m=+30.807075235 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb74c40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75180): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75180): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75180): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75180): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75180): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.580888944 +0000 UTC m=+30.807075235 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75180): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73c00 item 49 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75800): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75800): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75800): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75800): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75800): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.58288248 +0000 UTC m=+30.809068761 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75800): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cade0e0 item 50 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.583472305 +0000 UTC m=+30.809658587 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb75d00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8380): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8380): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8380): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.583472305 +0000 UTC m=+30.809658587 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cade3f0 item 50 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8a00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8a00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.584944748 +0000 UTC m=+30.811131049 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cade850 item 51 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.58548648 +0000 UTC m=+30.811672761 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd8f00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9440): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9440): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9440): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.58548648 +0000 UTC m=+30.811672761 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadeb60 item 51 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9ac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9ac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9ac0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9ac0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9ac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.586930549 +0000 UTC m=+30.813116830 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbd9ac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadefc0 item 52 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.587536994 +0000 UTC m=+30.813723275 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf60c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6640): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6640): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6640): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.587536994 +0000 UTC m=+30.813723275 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadf180 item 52 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6cc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6cc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.589160822 +0000 UTC m=+30.815347103 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf6cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadf500 item 53 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.58974711 +0000 UTC m=+30.815933392 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf71c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7700): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7700): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7700): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7700): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7700): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.58974711 +0000 UTC m=+30.815933392 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7700): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadf6c0 item 53 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7d80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7d80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7d80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7d80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7d80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.591144109 +0000 UTC m=+30.817330390 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf7d80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadfd50 item 54 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.59171107 +0000 UTC m=+30.817897351 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18900): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18900): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.59171107 +0000 UTC m=+30.817897351 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca580e0 item 54 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18f80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18f80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18f80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18f80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18f80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.593749411 +0000 UTC m=+30.819935702 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc18f80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca584d0 item 55 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.594405461 +0000 UTC m=+30.820591752 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc19480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc199c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc199c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc199c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc199c0): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc199c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.594405461 +0000 UTC m=+30.820591752 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc199c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca58700 item 55 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36140): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36140): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36140): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36140): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36140): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.596150287 +0000 UTC m=+30.822336578 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36140): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca58c40 item 56 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.596759858 +0000 UTC m=+30.822946149 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36bc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36bc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36bc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36bc0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36bc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.596759858 +0000 UTC m=+30.822946149 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc36bc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca58f50 item 56 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.598249403 +0000 UTC m=+30.824435694 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca592d0 item 57 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.5987716 +0000 UTC m=+30.824957891 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59490 item 57 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.599535081 +0000 UTC m=+30.825721373 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc37c80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58300): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58300): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58300): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58300): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58300): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.599535081 +0000 UTC m=+30.825721373 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58300): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59650 item 57 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.601213933 +0000 UTC m=+30.827400225 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58940): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58e80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59b20 item 58 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58e80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.601765967 +0000 UTC m=+30.827952247 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc58e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59e30 item 58 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.602385637 +0000 UTC m=+30.828571928 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc593c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc59980): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc59980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc59980): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc59980): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc59980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.602385637 +0000 UTC m=+30.828571928 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc59980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70310 item 58 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.603700552 +0000 UTC m=+30.829886843 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc760c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76600): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76600): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70690 item 59 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76600): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.604727632 +0000 UTC m=+30.830913923 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70930 item 59 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.60530374 +0000 UTC m=+30.831490031 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc76b40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc770c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc770c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc770c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc770c0): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc770c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.60530374 +0000 UTC m=+30.831490031 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc770c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70b60 item 59 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.606798796 +0000 UTC m=+30.832985087 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77700): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77c40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77c40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77c40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70f50 item 60 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77c40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77c40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.607301214 +0000 UTC m=+30.833487505 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc77c40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb712d0 item 60 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.608038878 +0000 UTC m=+30.834225199 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8840): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8840): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8840): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.608038878 +0000 UTC m=+30.834225199 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb71500 item 60 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.609570392 +0000 UTC m=+30.835756702 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca8e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca93c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca93c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca93c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb71880 item 61 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca93c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca93c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.610259784 +0000 UTC m=+30.836446075 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca93c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca9ac0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca9ac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca9ac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca9ac0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca9ac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.610259784 +0000 UTC m=+30.836446075 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cca9ac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb71a40 item 61 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.611620574 +0000 UTC m=+30.837806856 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c8150 item 62 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.612630222 +0000 UTC m=+30.838816503 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2e40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2e40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2e40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2e40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2e40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.612630222 +0000 UTC m=+30.838816503 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2e40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c8700 item 62 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.613986214 +0000 UTC m=+30.840172505 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc39c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc39c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc39c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c8cb0 item 63 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc39c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc39c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.614494976 +0000 UTC m=+30.840681256 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc39c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd81c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd81c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd81c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd81c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd81c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.614494976 +0000 UTC m=+30.840681256 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd81c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c9110 item 63 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.615927762 +0000 UTC m=+30.842114043 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8800): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8d40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8d40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8d40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c9650 item 64 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8d40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8d40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.616405094 +0000 UTC m=+30.842591385 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd8d40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9440): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9440): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9440): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.616405094 +0000 UTC m=+30.842591385 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c9e30 item 64 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9a80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9a80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9a80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9a80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9a80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.618016448 +0000 UTC m=+30.844202730 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccd9a80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04000): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04000): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04000): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04000): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7008c0 item 65 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04000): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.618521062 +0000 UTC m=+30.844707342 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04500): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04500): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04500): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04500): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04500): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.618521062 +0000 UTC m=+30.844707342 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700a80 item 65 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04b40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04b40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04b40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04b40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04b40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.619866383 +0000 UTC m=+30.846052664 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04b40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04fc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04fc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700e00 item 66 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04fc0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04fc0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04fc0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04fc0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04fc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.620455125 +0000 UTC m=+30.846641406 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd04fc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05500): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05500): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05500): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05500): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05500): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.620455125 +0000 UTC m=+30.846641406 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700fc0 item 66 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05b40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05b40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05b40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05b40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05b40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.622017597 +0000 UTC m=+30.848203888 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd05b40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a0c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a0c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a0c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a0c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a0c0): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7013b0 item 67 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a0c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a0c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.622540215 +0000 UTC m=+30.848726495 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a0c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a5c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a5c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a5c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a5c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a5c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.622540215 +0000 UTC m=+30.848726495 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2a5c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c701730 item 67 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2ac40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2ac40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2ac40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2ac40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2ac40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.62391973 +0000 UTC m=+30.850106011 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2ac40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b140): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b140): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c55a540 item 68 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b140): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b140): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b140): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b140): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b140): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.624482594 +0000 UTC m=+30.850668875 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b140): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b680): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b680): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b680): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b680): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b680): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.624482594 +0000 UTC m=+30.850668875 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2b680): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c55ab60 item 68 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2bcc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2bcc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2bcc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2bcc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2bcc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.625747063 +0000 UTC m=+30.851933344 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd2bcc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42240): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42240): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42240): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42240): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cbaa230 item 69 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42240): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.626350624 +0000 UTC m=+30.852536905 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42740): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42740): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42740): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.626350624 +0000 UTC m=+30.852536905 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cbaa460 item 69 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42dc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42dc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42dc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42dc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42dc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.627897797 +0000 UTC m=+30.854084078 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd42dc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd432c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd432c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cbaa8c0 item 70 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd432c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd432c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd432c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd432c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd432c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.628569475 +0000 UTC m=+30.854755766 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd432c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43800): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43800): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43800): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43800): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43800): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.628569475 +0000 UTC m=+30.854755766 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43800): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cbaabd0 item 70 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43e80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43e80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.629868741 +0000 UTC m=+30.856055032 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd43e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62480): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62480): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62480): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62480): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cbab180 item 71 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62480): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.630445049 +0000 UTC m=+30.856631340 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62980): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62980): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62980): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.630445049 +0000 UTC m=+30.856631340 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd62980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cbab730 item 71 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63000): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63000): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63000): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.631766626 +0000 UTC m=+30.857952907 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63500): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63500): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cbabb20 item 72 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63500): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63500): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63500): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63500): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63500): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.632368773 +0000 UTC m=+30.858555054 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63a40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63a40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63a40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63a40): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63a40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.632368773 +0000 UTC m=+30.858555054 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd63a40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cbabce0 item 72 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82100): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82100): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82100): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82100): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82100): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82100): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82100): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.63355259 +0000 UTC m=+30.859738871 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82600): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82600): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c57e2a0 item 73 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82600): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.634072301 +0000 UTC m=+30.860258582 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82ac0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82ac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82ac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82ac0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82ac0): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c57efc0 item 73 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82ac0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82ac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.634647418 +0000 UTC m=+30.860833699 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd82ac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83000): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83000): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83000): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.634647418 +0000 UTC m=+30.860833699 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c57fab0 item 73 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83640): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83640): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83640): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83640): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83640): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.636067942 +0000 UTC m=+30.862254224 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83b40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83b40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83b40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cac8540 item 74 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83b40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83b40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.636640554 +0000 UTC m=+30.862826835 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd83b40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e180): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e180): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cac8a80 item 74 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e180): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e180): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e180): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e180): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e180): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.637408464 +0000 UTC m=+30.863594745 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e180): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e700): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e700): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e700): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e700): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e700): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.637408464 +0000 UTC m=+30.863594745 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9e700): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cac8c40 item 74 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9ed40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9ed40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9ed40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9ed40): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9ed40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9ed40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9ed40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.638826354 +0000 UTC m=+30.865012635 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9ed40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f240): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f240): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cac8fc0 item 75 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f240): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.639360041 +0000 UTC m=+30.865546352 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f780): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f780): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f780): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f780): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f780): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cac97a0 item 75 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f780): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f780): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.640073579 +0000 UTC m=+30.866259871 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9f780): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9fcc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9fcc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9fcc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9fcc0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9fcc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.640073579 +0000 UTC m=+30.866259871 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd9fcc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cac9c70 item 75 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6cc0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6cc0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6cc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6cc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.641790734 +0000 UTC m=+30.867977015 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba7c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba7c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba7c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2070 item 76 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba7c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba7c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.64224393 +0000 UTC m=+30.868430221 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba7c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2310 item 76 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad00): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad00): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad00): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.643195017 +0000 UTC m=+30.869381298 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba1c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba1c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba1c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba1c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba1c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.643195017 +0000 UTC m=+30.869381298 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba1c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2460 item 76 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb3c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb3c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb3c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb3c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb3c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb3c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb3c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.644648623 +0000 UTC m=+30.870834903 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb3c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb8c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb8c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb8c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2930 item 77 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb8c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb8c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.645177713 +0000 UTC m=+30.871363994 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb8c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac60c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac60c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac60c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac60c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac60c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.645177713 +0000 UTC m=+30.871363994 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac60c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2af0 item 77 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6700): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6700): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6700): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6700): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6700): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6700): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6700): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.647019853 +0000 UTC m=+30.873206134 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6700): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2ee0 item 78 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.647713964 +0000 UTC m=+30.873900245 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7840): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7840): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7840): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.647713964 +0000 UTC m=+30.873900245 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc3180 item 78 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7e80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7e80): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7e80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7e80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.649353321 +0000 UTC m=+30.875539613 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86480): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86480): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc3500 item 79 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86480): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.649912828 +0000 UTC m=+30.876099119 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86c00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86c00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86c00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86c00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86c00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.649912828 +0000 UTC m=+30.876099119 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb86c00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc36c0 item 79 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87240): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87240): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87240): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87240): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87240): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.651578906 +0000 UTC m=+30.877765187 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc3ab0 item 80 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.652297173 +0000 UTC m=+30.878483464 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87e40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87e40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87e40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87e40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87e40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.652297173 +0000 UTC m=+30.878483464 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb87e40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc3c70 item 80 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481280): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481280): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481280): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.653892527 +0000 UTC m=+30.880078838 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7843f0 item 81 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.654489445 +0000 UTC m=+30.880675746 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c3c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd40): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.654489445 +0000 UTC m=+30.880675746 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7845b0 item 81 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878340): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878340): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.65601662 +0000 UTC m=+30.882202911 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784b60 item 82 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.656665025 +0000 UTC m=+30.882851306 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878880): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878e80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878e80): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.656665025 +0000 UTC m=+30.882851306 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784e00 item 82 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a2c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a2c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a2c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a2c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a2c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.657984979 +0000 UTC m=+30.884171259 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a2c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c785340 item 83 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.658585012 +0000 UTC m=+30.884771294 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3a7c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3ad00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3ad00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3ad00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3ad00): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3ad00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.658585012 +0000 UTC m=+30.884771294 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3ad00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7855e0 item 83 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b380): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b380): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b380): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.660174806 +0000 UTC m=+30.886361097 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c785b90 item 84 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.660787303 +0000 UTC m=+30.886973584 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3b880): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be00): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.660787303 +0000 UTC m=+30.886973584 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc3be00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c785e30 item 84 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.662283429 +0000 UTC m=+30.888469730 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85c070 item 85 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.6629351 +0000 UTC m=+30.889121401 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529040): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529040): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529040): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529040): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529040): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.6629351 +0000 UTC m=+30.889121401 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529040): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85c460 item 85 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529cc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529cc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.664572154 +0000 UTC m=+30.890758435 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85cb60 item 86 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.665191212 +0000 UTC m=+30.891377494 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda900): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda900): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.665191212 +0000 UTC m=+30.891377494 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdda900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85d1f0 item 86 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddaf80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddaf80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddaf80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddaf80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddaf80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.666660419 +0000 UTC m=+30.892846719 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddaf80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85d960 item 87 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.667222691 +0000 UTC m=+30.893408972 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb9c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb9c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb9c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb9c0): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb9c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.667222691 +0000 UTC m=+30.893408972 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cddb9c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85ddc0 item 87 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6140): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6140): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6140): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6140): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6140): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.668554197 +0000 UTC m=+30.894740478 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6140): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35e700 item 88 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.669216158 +0000 UTC m=+30.895402438 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6bc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6bc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6bc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6bc0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6bc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.669216158 +0000 UTC m=+30.895402438 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde6bc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35ea80 item 88 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.670385997 +0000 UTC m=+30.896572278 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35efc0 item 89 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.670891683 +0000 UTC m=+30.897077974 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35f570 item 89 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.671485955 +0000 UTC m=+30.897672237 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cde7c80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2300): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2300): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2300): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2300): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2300): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.671485955 +0000 UTC m=+30.897672237 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2300): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35f7a0 item 89 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.672863958 +0000 UTC m=+30.899050240 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2940): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2e80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35fdc0 item 90 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2e80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.673428375 +0000 UTC m=+30.899614656 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf2e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ec150 item 90 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.674167973 +0000 UTC m=+30.900354264 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf33c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf3980): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf3980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf3980): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf3980): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf3980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.674167973 +0000 UTC m=+30.900354264 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdf3980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ec460 item 90 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.675753618 +0000 UTC m=+30.901939929 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe0c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe600): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe600): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ec8c0 item 91 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe600): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.676376314 +0000 UTC m=+30.902562595 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ecb60 item 91 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.67713622 +0000 UTC m=+30.903322511 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfeb40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff0c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff0c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff0c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff0c0): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff0c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.67713622 +0000 UTC m=+30.903322511 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff0c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ecd20 item 91 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.678689696 +0000 UTC m=+30.904875976 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884c40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885180): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885180): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885180): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96460 item 92 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885180): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885180): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.679209947 +0000 UTC m=+30.905396229 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885180): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96620 item 92 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.679878782 +0000 UTC m=+30.906065083 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8856c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885c80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885c80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885c80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885c80): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885c80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.679878782 +0000 UTC m=+30.906065083 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885c80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb967e0 item 92 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.681462032 +0000 UTC m=+30.907648324 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b03c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b0900): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b0900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b0900): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96b60 item 93 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b0900): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b0900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.68212204 +0000 UTC m=+30.908308321 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b0900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1000): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1000): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1000): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.68212204 +0000 UTC m=+30.908308321 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96d20 item 93 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.683741099 +0000 UTC m=+30.909927380 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1b80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1b80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1b80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb97110 item 94 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1b80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1b80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.68436144 +0000 UTC m=+30.910547721 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6b1b80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2380): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2380): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2380): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.68436144 +0000 UTC m=+30.910547721 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb972d0 item 94 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.685923281 +0000 UTC m=+30.912109562 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d29c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2f00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2f00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2f00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb977a0 item 95 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2f00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2f00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.686448373 +0000 UTC m=+30.912634685 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d2f00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3600): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3600): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3600): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.686448373 +0000 UTC m=+30.912634685 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb979d0 item 95 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.688182339 +0000 UTC m=+30.914368671 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c6d3c40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a280): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a280): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c8880e0 item 96 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a280): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.688719464 +0000 UTC m=+30.914905745 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.688719464 +0000 UTC m=+30.914905745 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c888310 item 96 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= 2026/04/24 01:08:07 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : >WaitForWriters: 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:07 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/24 01:08:07 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b040): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b040): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b040): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b040): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b040): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.695151395 +0000 UTC m=+30.921337727 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b040): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b4c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b4c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b4c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b4c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b4c0): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b4c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b4c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.695151395 +0000 UTC m=+30.921337727 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b4c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b980): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b980): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b980): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.695151395 +0000 UTC m=+30.921337727 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c882bd0 item 1 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b80c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b80c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b80c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b80c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b80c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.697563443 +0000 UTC m=+30.923749724 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b80c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b85c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b85c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b85c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b85c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b85c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.697563443 +0000 UTC m=+30.923749724 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b85c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c883110 item 2 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b8c00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b8c00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b8c00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b8c00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b8c00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.699065511 +0000 UTC m=+30.925251791 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b8c00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9080): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9080): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9080): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9080): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9080): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.699065511 +0000 UTC m=+30.925251791 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9540): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9540): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9540): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9540): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9540): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.699065511 +0000 UTC m=+30.925251791 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9540): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c8838f0 item 3 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9bc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9bc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9bc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9bc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9bc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.701179083 +0000 UTC m=+30.927365365 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8b9bc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.701179083 +0000 UTC m=+30.927365365 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c352310 item 4 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.702825183 +0000 UTC m=+30.929011464 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4cc0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4cc0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4cc0): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4cc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.702825183 +0000 UTC m=+30.929011464 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e4cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5180): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5180): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5180): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5180): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5180): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.702825183 +0000 UTC m=+30.929011464 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5180): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c352d90 item 5 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5800): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5800): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5800): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5800): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5800): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.70483453 +0000 UTC m=+30.931020811 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5800): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5d40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5d40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5d40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5d40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5d40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.70483453 +0000 UTC m=+30.931020811 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8e5d40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c3537a0 item 6 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a24c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a24c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a24c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a24c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a24c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.706549599 +0000 UTC m=+30.932735881 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a24c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a29c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a29c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a29c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a29c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a29c0): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a29c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a29c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.706549599 +0000 UTC m=+30.932735881 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a29c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a2e80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a2e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a2e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a2e80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a2e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.706549599 +0000 UTC m=+30.932735881 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a2e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c353e30 item 7 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3500): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3500): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3500): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3500): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3500): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.708839906 +0000 UTC m=+30.935026207 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3a40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3a40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3a40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3a40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3a40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.708839906 +0000 UTC m=+30.935026207 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9a3a40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82e930 item 8 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6100): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964c9e6100): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6100): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6100): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6100): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6100): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e64c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e64c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e64c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e64c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e64c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.710799759 +0000 UTC m=+30.936986040 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e64c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6940): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6940): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6940): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6940): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6940): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6940): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6940): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.710799759 +0000 UTC m=+30.936986040 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6940): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6e40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6e40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6e40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6e40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6e40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.710799759 +0000 UTC m=+30.936986040 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e6e40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82eee0 item 9 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e74c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e74c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e74c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e74c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e74c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.713184204 +0000 UTC m=+30.939370525 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e74c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e7a00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e7a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e7a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e7a00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e7a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.713184204 +0000 UTC m=+30.939370525 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9e7a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82f6c0 item 10 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08140): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964ca08140): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08140): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08140): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08140): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08140): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08140): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08500): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08500): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08500): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08500): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08500): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.715095855 +0000 UTC m=+30.941282156 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08a00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08a00): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08a00): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08a00): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.715095855 +0000 UTC m=+30.941282156 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08f00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08f00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08f00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08f00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08f00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.715095855 +0000 UTC m=+30.941282156 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca08f00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82fa40 item 11 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09580): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09580): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09580): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.717668016 +0000 UTC m=+30.943854317 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09ac0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09ac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09ac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09ac0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09ac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.717668016 +0000 UTC m=+30.943854317 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca09ac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c790700 item 12 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c200): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964ca6c200): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c200): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c200): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c200): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c200): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c5c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c5c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c5c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c5c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c5c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.719674536 +0000 UTC m=+30.945860817 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6c5c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6cc80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6cc80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6cc80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6cc80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6cc80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.719674536 +0000 UTC m=+30.945860817 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6cc80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c790b60 item 13 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d300): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d300): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d300): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d300): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d300): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.721617467 +0000 UTC m=+30.947803748 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d300): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d840): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d840): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d840): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.721617467 +0000 UTC m=+30.947803748 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6d840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791420 item 14 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6de80): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964ca6de80): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6de80): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6de80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6de80): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6de80): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca6de80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9e340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9e340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9e340): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9e340): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9e340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.723321497 +0000 UTC m=+30.949507777 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9e340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ea00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ea00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ea00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ea00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ea00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.723321497 +0000 UTC m=+30.949507777 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ea00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791880 item 15 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f080): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f080): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f080): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.725116837 +0000 UTC m=+30.951303119 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f5c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f5c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f5c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f5c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f5c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.725116837 +0000 UTC m=+30.951303119 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9f5c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791dc0 item 16 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9fc00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9fc00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9fc00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9fc00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9fc00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.726690802 +0000 UTC m=+30.952877083 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9fc00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.726690802 +0000 UTC m=+30.952877083 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10180): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10680): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10680): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10680): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10680): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10680): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.726690802 +0000 UTC m=+30.952877083 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10680): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf722a0 item 17 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10d00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10d00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10d00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10d00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10d00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.729127315 +0000 UTC m=+30.955313606 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10d00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11240): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11240): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11240): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.729127315 +0000 UTC m=+30.955313606 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf729a0 item 18 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb118c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb118c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb118c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb118c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb118c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.730787792 +0000 UTC m=+30.956974093 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb118c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.730787792 +0000 UTC m=+30.956974093 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11dc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb363c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb363c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb363c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb363c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb363c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.730787792 +0000 UTC m=+30.956974093 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb363c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72d20 item 19 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36a40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36a40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36a40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36a40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36a40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.733356615 +0000 UTC m=+30.959542896 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36a40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36f80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36f80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36f80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36f80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36f80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.733356615 +0000 UTC m=+30.959542896 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb36f80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf731f0 item 20 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37600): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37600): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37600): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.73515884 +0000 UTC m=+30.961345121 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.73515884 +0000 UTC m=+30.961345121 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb37b00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e100): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e100): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e100): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e100): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e100): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.73515884 +0000 UTC m=+30.961345121 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73570 item 21 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e780): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e780): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e780): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e780): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e780): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.737737241 +0000 UTC m=+30.963923522 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5e780): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5ecc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5ecc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5ecc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5ecc0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5ecc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.737737241 +0000 UTC m=+30.963923522 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5ecc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73b20 item 22 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f340): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f340): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.73954687 +0000 UTC m=+30.965733171 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.73954687 +0000 UTC m=+30.965733171 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5f840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5fd40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5fd40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5fd40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5fd40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5fd40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.73954687 +0000 UTC m=+30.965733171 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb5fd40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cade000 item 23 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb884c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb884c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb884c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb884c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb884c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.741990968 +0000 UTC m=+30.968177249 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb884c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.741990968 +0000 UTC m=+30.968177249 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb88a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cade620 item 24 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89040): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964cb89040): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89040): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89040): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89040): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89040): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89040): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.744203047 +0000 UTC m=+30.970389328 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.744203047 +0000 UTC m=+30.970389328 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89e40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89e40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89e40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89e40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89e40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.744203047 +0000 UTC m=+30.970389328 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb89e40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadebd0 item 25 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb85c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb85c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb85c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb85c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb85c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.746594986 +0000 UTC m=+30.972781267 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb85c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb8b00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb8b00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb8b00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb8b00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb8b00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.746594986 +0000 UTC m=+30.972781267 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb8b00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadf180 item 26 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9140): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964cbb9140): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9140): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9140): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9140): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9140): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9140): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9500): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9500): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9500): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9500): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9500): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.748366112 +0000 UTC m=+30.974552403 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9500): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.748366112 +0000 UTC m=+30.974552403 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb9a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0040): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0040): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0040): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0040): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0040): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.748366112 +0000 UTC m=+30.974552403 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0040): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadf500 item 27 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe06c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe06c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe06c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe06c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe06c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.750597468 +0000 UTC m=+30.976783748 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe06c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0c00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0c00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0c00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0c00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0c00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.750597468 +0000 UTC m=+30.976783748 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe0c00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadfb20 item 28 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1240): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964cbe1240): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1240): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1240): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1240): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1240): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1600): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1600): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1600): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.752324229 +0000 UTC m=+30.978510530 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1cc0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1cc0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.752324229 +0000 UTC m=+30.978510530 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbe1cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca58230 item 29 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa440): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa440): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa440): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.753621141 +0000 UTC m=+30.979807432 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa980): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa980): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa980): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.753621141 +0000 UTC m=+30.979807432 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfa980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca58690 item 30 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfafc0): _readAt: size=2, off=0 2026/04/24 01:08:07 ERROR : open-test-file(0x3d964cbfafc0): Couldn't read size of file 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfafc0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfafc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfafc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfafc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfafc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfb380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfb380): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfb380): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfb380): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfb380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.755469723 +0000 UTC m=+30.981656004 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfb380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfba40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfba40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfba40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfba40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfba40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.755469723 +0000 UTC m=+30.981656004 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbfba40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca58bd0 item 31 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e1c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e1c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e1c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e1c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e1c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.757163122 +0000 UTC m=+30.983349403 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e1c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e700): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e700): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e700): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e700): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e700): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.757163122 +0000 UTC m=+30.983349403 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1e700): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca590a0 item 32 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1ed40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1ed40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1ed40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1ed40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1ed40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.758569659 +0000 UTC m=+30.984755941 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1ed40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f1c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f1c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f1c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f1c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f1c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59420 item 33 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f1c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f1c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.759187826 +0000 UTC m=+30.985374108 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f1c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f6c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f6c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f6c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f6c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f6c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.759187826 +0000 UTC m=+30.985374108 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1f6c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca595e0 item 33 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1fd00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1fd00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1fd00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1fd00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1fd00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.760662713 +0000 UTC m=+30.986848994 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc1fd00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44280): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59ab0 item 34 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44280): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44280): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44280): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44280): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.761420645 +0000 UTC m=+30.987606926 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc447c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc447c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc447c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc447c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc447c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.761420645 +0000 UTC m=+30.987606926 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc447c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59d50 item 34 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44e00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44e00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44e00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44e00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44e00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.762829877 +0000 UTC m=+30.989016159 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc44e00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45280): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45280): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45280): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45280): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70460 item 35 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45280): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.763379195 +0000 UTC m=+30.989565477 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45780): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45780): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45780): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45780): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45780): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.763379195 +0000 UTC m=+30.989565477 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45780): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70620 item 35 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45e00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45e00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45e00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45e00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45e00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.764889589 +0000 UTC m=+30.991075880 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc45e00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64400): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70af0 item 36 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64400): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64400): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64400): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64400): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.765552391 +0000 UTC m=+30.991738672 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64940): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64940): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64940): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64940): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64940): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.765552391 +0000 UTC m=+30.991738672 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64940): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb70d20 item 36 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64f80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64f80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64f80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64f80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64f80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.767198611 +0000 UTC m=+30.993384892 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc64f80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65400): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65400): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65400): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65400): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb710a0 item 37 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65400): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.767821268 +0000 UTC m=+30.994007549 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65900): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65900): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.767821268 +0000 UTC m=+30.994007549 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc65900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb71490 item 37 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88080): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88080): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88080): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.769518003 +0000 UTC m=+30.995704284 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88580): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb71810 item 38 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88580): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88580): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88580): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88580): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.770258893 +0000 UTC m=+30.996445173 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88ac0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88ac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88ac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88ac0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88ac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.770258893 +0000 UTC m=+30.996445173 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc88ac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb719d0 item 38 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89140): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89140): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89140): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89140): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89140): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.772584607 +0000 UTC m=+30.998770907 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89140): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89640): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89640): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89640): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89640): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb71e30 item 39 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89640): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.773298075 +0000 UTC m=+30.999484356 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89b40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89b40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89b40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89b40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89b40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.773298075 +0000 UTC m=+30.999484356 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc89b40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c85b0 item 39 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc22c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc22c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc22c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc22c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc22c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.774964824 +0000 UTC m=+31.001151104 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc22c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc27c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc27c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c8af0 item 40 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc27c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc27c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc27c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc27c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc27c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.775668983 +0000 UTC m=+31.001855265 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc27c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2d00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2d00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2d00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2d00): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2d00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.775668983 +0000 UTC m=+31.001855265 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc2d00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c9030 item 40 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc32c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc32c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc32c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc32c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc32c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc32c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc32c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.777353056 +0000 UTC m=+31.003539336 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc32c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc37c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc37c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc37c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c9490 item 41 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc37c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc37c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.777972546 +0000 UTC m=+31.004158827 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc37c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3c80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3c80): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3c80): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3c80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3c80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c5c9b90 item 41 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3c80): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3c80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.778689541 +0000 UTC m=+31.004875842 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ccc3c80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce22c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce22c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce22c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce22c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce22c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.778689541 +0000 UTC m=+31.004875842 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce22c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700310 item 41 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2900): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2900): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2900): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2900): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2900): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.780536369 +0000 UTC m=+31.006722651 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2e00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2e00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2e00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700a10 item 42 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2e00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2e00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.781126194 +0000 UTC m=+31.007312516 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce2e00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce3340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce3340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700bd0 item 42 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce3340): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce3340): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce3340): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce3340): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce3340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.781818992 +0000 UTC m=+31.008005274 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce3340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce38c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce38c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce38c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce38c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce38c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.781818992 +0000 UTC m=+31.008005274 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cce38c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700d90 item 42 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00000): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00000): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00000): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00000): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00000): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.783894424 +0000 UTC m=+31.010080705 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdffcc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdffcc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdffcc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c9ede30 item 43 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdffcc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdffcc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.784629683 +0000 UTC m=+31.010815974 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdffcc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00340): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00340): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00340): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7010a0 item 43 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00340): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.785282566 +0000 UTC m=+31.011468847 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de280): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de280): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de280): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.785282566 +0000 UTC m=+31.011468847 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c55a460 item 43 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de8c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de8c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de8c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de8c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de8c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de8c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de8c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.787108606 +0000 UTC m=+31.013294887 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7de8c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dedc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dedc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dedc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c55b570 item 44 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dedc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dedc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.787609482 +0000 UTC m=+31.013795844 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dedc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df300): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df300): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c55be30 item 44 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df300): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df300): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df300): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df300): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df300): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.788231547 +0000 UTC m=+31.014417838 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df300): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df880): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df880): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df880): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df880): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df880): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.788231547 +0000 UTC m=+31.014417838 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7df880): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7004d0 item 44 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dfec0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dfec0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dfec0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dfec0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dfec0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dfec0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dfec0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.789419382 +0000 UTC m=+31.015605663 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7dfec0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00c40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00c40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00c40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700a80 item 45 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00c40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00c40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.789912042 +0000 UTC m=+31.016098324 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd00c40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01340): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01340): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01340): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.789912042 +0000 UTC m=+31.016098324 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c700c40 item 45 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01980): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01980): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01980): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01980): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.791366451 +0000 UTC m=+31.017552731 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01e80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c701260 item 46 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01e80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.791811832 +0000 UTC m=+31.017998153 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd01e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba700): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba700): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba700): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba700): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba700): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.791811832 +0000 UTC m=+31.017998153 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdba700): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c701500 item 46 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad40): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.793131816 +0000 UTC m=+31.019318097 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbad40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb240): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb240): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad2230 item 47 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb240): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.793533946 +0000 UTC m=+31.019720227 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb940): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb940): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb940): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb940): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb940): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.793533946 +0000 UTC m=+31.019720227 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdbb940): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad23f0 item 47 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6080): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6080): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6080): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6080): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6080): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.794872094 +0000 UTC m=+31.021058375 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6580): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6580): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad2850 item 48 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6580): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.795380945 +0000 UTC m=+31.021567226 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.795380945 +0000 UTC m=+31.021567226 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac6c80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad2a80 item 48 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7340): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7340): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.796714074 +0000 UTC m=+31.022900355 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad2ee0 item 49 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.797229908 +0000 UTC m=+31.023416219 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac77c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7d00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7d00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7d00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7d00): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7d00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.797229908 +0000 UTC m=+31.023416219 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cac7d00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad30a0 item 49 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481080): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481080): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481080): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.798499577 +0000 UTC m=+31.024685868 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c481080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad3650 item 50 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.799034077 +0000 UTC m=+31.025220358 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63c300): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd00): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.799034077 +0000 UTC m=+31.025220358 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c63cd00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad3810 item 50 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878280): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878280): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878280): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.800277616 +0000 UTC m=+31.026463897 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cad3d50 item 51 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.800723358 +0000 UTC m=+31.026909639 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8787c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878d80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878d80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878d80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878d80): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878d80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.800723358 +0000 UTC m=+31.026909639 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c878d80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2150 item 51 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c5288c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c5288c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c5288c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c5288c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c5288c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.801924849 +0000 UTC m=+31.028111140 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c5288c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2690 item 52 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.802427188 +0000 UTC m=+31.028613468 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c528e00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529900): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529900): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.802427188 +0000 UTC m=+31.028613468 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c529900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc28c0 item 52 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8844c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8844c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8844c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8844c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8844c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.803681967 +0000 UTC m=+31.029868249 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8844c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2cb0 item 53 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.804239691 +0000 UTC m=+31.030425972 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8849c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884f00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884f00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884f00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884f00): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884f00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.804239691 +0000 UTC m=+31.030425972 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c884f00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc2e70 item 53 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885580): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885580): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885580): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.805501264 +0000 UTC m=+31.031687545 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc32d0 item 54 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.806043158 +0000 UTC m=+31.032229440 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c885a80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe100): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe100): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe100): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe100): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe100): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.806043158 +0000 UTC m=+31.032229440 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc3490 item 54 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe780): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe780): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe780): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe780): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe780): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.80742069 +0000 UTC m=+31.033606981 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfe780): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc3810 item 55 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.807847828 +0000 UTC m=+31.034034108 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdfec80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff1c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff1c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff1c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff1c0): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff1c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.807847828 +0000 UTC m=+31.034034108 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff1c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cfc3a40 item 55 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff840): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff840): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff840): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.809248003 +0000 UTC m=+31.035434284 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cdff840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784070 item 56 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.809766082 +0000 UTC m=+31.035952373 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4a00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4a00): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.809766082 +0000 UTC m=+31.035952373 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e4a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784310 item 56 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.811143043 +0000 UTC m=+31.037329324 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5040): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5580): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5580): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784690 item 57 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5580): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.81161755 +0000 UTC m=+31.037803831 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784850 item 57 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.812199389 +0000 UTC m=+31.038385670 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7e5ac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc140): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc140): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc140): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc140): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc140): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.812199389 +0000 UTC m=+31.038385670 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc140): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784a80 item 57 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.813585869 +0000 UTC m=+31.039772149 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fc780): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fccc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fccc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fccc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c784ee0 item 58 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fccc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fccc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.814033784 +0000 UTC m=+31.040220086 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fccc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c785260 item 58 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.814638939 +0000 UTC m=+31.040825219 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd7c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd7c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd7c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd7c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd7c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.814638939 +0000 UTC m=+31.040825219 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fd7c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c785500 item 58 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.816099789 +0000 UTC m=+31.042286130 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c7fde00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a440): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a440): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c785ab0 item 59 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a440): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.816577701 +0000 UTC m=+31.042763982 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c785c70 item 59 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.817211017 +0000 UTC m=+31.043397298 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89a980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.817211017 +0000 UTC m=+31.043397298 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89af00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85c070 item 59 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.818603198 +0000 UTC m=+31.044789499 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89b540): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89ba80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89ba80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89ba80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85c700 item 60 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89ba80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89ba80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.819100427 +0000 UTC m=+31.045286708 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c89ba80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85ca10 item 60 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.819830877 +0000 UTC m=+31.046017158 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa0c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa680): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa680): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa680): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa680): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa680): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.819830877 +0000 UTC m=+31.046017158 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aa680): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85ce70 item 60 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.821783085 +0000 UTC m=+31.047969416 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8aacc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab200): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab200): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85d490 item 61 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab200): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.822362379 +0000 UTC m=+31.048548720 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab900): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab900): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.822362379 +0000 UTC m=+31.048548720 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8ab900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85d810 item 61 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.82398782 +0000 UTC m=+31.050174101 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8040): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8580): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8580): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c85de30 item 62 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8580): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.82453271 +0000 UTC m=+31.050718991 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8c80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8c80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8c80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8c80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8c80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.82453271 +0000 UTC m=+31.050718991 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c8c80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35e540 item 62 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.826521307 +0000 UTC m=+31.052707587 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c92c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c9800): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c9800): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c9800): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35eaf0 item 63 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c9800): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c9800): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.827233882 +0000 UTC m=+31.053420164 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8c9800): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2000): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2000): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2000): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.827233882 +0000 UTC m=+31.053420164 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35ee00 item 63 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): >_readAt: n=0, err=Bad file descriptor 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.831449357 +0000 UTC m=+31.057635638 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2b80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2b80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2b80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35f5e0 item 64 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2b80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2b80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.831967877 +0000 UTC m=+31.058154157 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f2b80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3280): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3280): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3280): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.831967877 +0000 UTC m=+31.058154157 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c35f9d0 item 64 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f38c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f38c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f38c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f38c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f38c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.833562099 +0000 UTC m=+31.059748380 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f38c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3d40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3d40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3d40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3d40): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3d40): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96000 item 65 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3d40): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3d40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.8340445 +0000 UTC m=+31.060230781 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c8f3d40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c340): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c340): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c340): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.8340445 +0000 UTC m=+31.060230781 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb961c0 item 65 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.835284363 +0000 UTC m=+31.061470644 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92c980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92ce00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92ce00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb965b0 item 66 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92ce00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92ce00): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92ce00): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92ce00): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92ce00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.835781141 +0000 UTC m=+31.061967423 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92ce00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d340): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d340): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d340): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.835781141 +0000 UTC m=+31.061967423 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96770 item 66 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d980): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d980): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.836979065 +0000 UTC m=+31.063165345 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92d980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92de00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92de00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92de00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92de00): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92de00): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96af0 item 67 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92de00): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92de00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.837643229 +0000 UTC m=+31.063829510 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c92de00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946400): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946400): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946400): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.837643229 +0000 UTC m=+31.063829510 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb96cb0 item 67 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946a80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946a80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946a80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946a80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946a80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.83915247 +0000 UTC m=+31.065338751 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946a80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946f80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946f80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb970a0 item 68 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946f80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946f80): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946f80): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946f80): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946f80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.83980289 +0000 UTC m=+31.065989171 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c946f80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9474c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9474c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9474c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9474c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9474c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.83980289 +0000 UTC m=+31.065989171 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9474c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb97260 item 68 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c947b00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c947b00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c947b00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c947b00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c947b00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.841240625 +0000 UTC m=+31.067426906 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c947b00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976080): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976080): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976080): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976080): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb976c0 item 69 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976080): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.841690435 +0000 UTC m=+31.067876716 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976580): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976580): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976580): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.841690435 +0000 UTC m=+31.067876716 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb978f0 item 69 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976c00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976c00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976c00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976c00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976c00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.843431144 +0000 UTC m=+31.069617425 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c976c00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977100): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977100): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cb97d50 item 70 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977100): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977100): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977100): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977100): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977100): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.844134713 +0000 UTC m=+31.070321004 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977640): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977640): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977640): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.844134713 +0000 UTC m=+31.070321004 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c888230 item 70 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977cc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977cc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.845689561 +0000 UTC m=+31.071875862 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c977cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc2c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc2c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc2c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc2c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc2c0): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c888d90 item 71 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc2c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc2c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.846364897 +0000 UTC m=+31.072551178 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc2c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc7c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc7c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc7c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc7c0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc7c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.846364897 +0000 UTC m=+31.072551178 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cc7c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c889030 item 71 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cce40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cce40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cce40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cce40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cce40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.847939962 +0000 UTC m=+31.074126243 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cce40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd340): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd340): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c889490 item 72 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd340): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd340): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd340): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd340): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd340): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.848612564 +0000 UTC m=+31.074798844 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd340): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd880): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd880): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd880): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd880): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd880): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.848612564 +0000 UTC m=+31.074798844 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cd880): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c889880 item 72 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cde40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cde40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cde40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cde40): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cde40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cde40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cde40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.850105183 +0000 UTC m=+31.076291475 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9cde40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0440): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0440): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c889e30 item 73 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0440): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.850645994 +0000 UTC m=+31.076832275 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0900): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0900): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0900): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c882230 item 73 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0900): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.851251418 +0000 UTC m=+31.077437699 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0e40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0e40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0e40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0e40): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0e40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.851251418 +0000 UTC m=+31.077437699 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f0e40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c882620 item 73 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1480): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1480): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1480): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1480): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1480): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.852715004 +0000 UTC m=+31.078901285 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1980): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c882c40 item 74 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1980): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.853233343 +0000 UTC m=+31.079419624 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1ec0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1ec0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c882e00 item 74 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1ec0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1ec0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1ec0): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1ec0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1ec0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.853830211 +0000 UTC m=+31.080016512 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964c9f1ec0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c540): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c540): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c540): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c540): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c540): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.853830211 +0000 UTC m=+31.080016512 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0c540): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c882fc0 item 74 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cb80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cb80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cb80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cb80): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cb80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cb80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cb80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.855263678 +0000 UTC m=+31.081449960 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0cb80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d080): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d080): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c8836c0 item 75 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d080): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.855880354 +0000 UTC m=+31.082066675 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d5c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d5c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d5c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d5c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d5c0): _writeAt: size=3, off=2 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c883880 item 75 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d5c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d5c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.856589193 +0000 UTC m=+31.082775544 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0d5c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0db00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0db00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0db00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0db00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0db00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.856589193 +0000 UTC m=+31.082775544 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca0db00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c883a40 item 75 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48240): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48240): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48240): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48240): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48240): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48240): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48240): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.858002483 +0000 UTC m=+31.084188764 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48240): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c352310 item 76 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.858596775 +0000 UTC m=+31.084783077 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48c80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48c80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c352930 item 76 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48c80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48c80): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48c80): _writeAt: size=3, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48c80): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48c80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.859309111 +0000 UTC m=+31.085495392 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca48c80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49200): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49200): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49200): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49200): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49200): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.859309111 +0000 UTC m=+31.085495392 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49200): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c352d90 item 76 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49840): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49840): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49840): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49840): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49840): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.860782836 +0000 UTC m=+31.086969137 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49d40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49d40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49d40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c353570 item 77 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49d40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49d40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.861531621 +0000 UTC m=+31.087717902 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca49d40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9a540): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9a540): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9a540): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9a540): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9a540): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.861531621 +0000 UTC m=+31.087717902 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9a540): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c353880 item 77 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ab80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ab80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ab80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ab80): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ab80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ab80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ab80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.862710747 +0000 UTC m=+31.088897029 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9ab80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b080): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b080): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82e1c0 item 78 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b080): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.863116324 +0000 UTC m=+31.089302605 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b780): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b780): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b780): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b780): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b780): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.863116324 +0000 UTC m=+31.089302605 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9b780): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82e620 item 78 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9bdc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9bdc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9bdc0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9bdc0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9bdc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9bdc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9bdc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.864284131 +0000 UTC m=+31.090470412 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964ca9bdc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf03c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf03c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf03c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82ea10 item 79 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf03c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf03c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.864712961 +0000 UTC m=+31.090899242 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf03c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf0ac0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf0ac0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf0ac0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf0ac0): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf0ac0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.864712961 +0000 UTC m=+31.090899242 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf0ac0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82ecb0 item 79 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1100): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1100): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1100): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1100): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1100): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1100): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1100): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.865977179 +0000 UTC m=+31.092163461 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1600): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1600): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82f490 item 80 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1600): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.866613391 +0000 UTC m=+31.092799682 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1d00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1d00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1d00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1d00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1d00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.866613391 +0000 UTC m=+31.092799682 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964caf1d00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82f650 item 80 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10440): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10440): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10440): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.867917565 +0000 UTC m=+31.094103846 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82f9d0 item 81 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.868604463 +0000 UTC m=+31.094790744 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb108c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10e00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10e00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10e00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10e00): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10e00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.868604463 +0000 UTC m=+31.094790744 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb10e00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c82fdc0 item 81 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11480): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11480): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11480): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11480): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11480): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.869995441 +0000 UTC m=+31.096181742 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11480): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c790700 item 82 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.870493652 +0000 UTC m=+31.096679933 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb11980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30000): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30000): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30000): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.870493652 +0000 UTC m=+31.096679933 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7908c0 item 82 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30680): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30680): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30680): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30680): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30680): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.871549818 +0000 UTC m=+31.097736098 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30680): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c790f50 item 83 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.87197983 +0000 UTC m=+31.098166111 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb30b80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb310c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb310c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb310c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb310c0): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb310c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.87197983 +0000 UTC m=+31.098166111 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb310c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791110 item 83 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31740): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31740): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31740): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31740): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31740): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.873243878 +0000 UTC m=+31.099430159 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31740): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791500 item 84 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.873916178 +0000 UTC m=+31.100102469 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb31c40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb522c0): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb522c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb522c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb522c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb522c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.873916178 +0000 UTC m=+31.100102469 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb522c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c7917a0 item 84 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52940): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52940): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52940): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52940): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52940): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.87529355 +0000 UTC m=+31.101479831 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52940): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964c791c70 item 85 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.875881321 +0000 UTC m=+31.102067601 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb52e40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53380): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53380): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53380): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.875881321 +0000 UTC m=+31.102067601 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72000 item 85 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53a00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53a00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53a00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53a00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53a00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.877478919 +0000 UTC m=+31.103665240 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb53a00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72380 item 86 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.878178921 +0000 UTC m=+31.104365222 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78000): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78580): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78580): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78580): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78580): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78580): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.878178921 +0000 UTC m=+31.104365222 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78580): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72540 item 86 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78c00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78c00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78c00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78c00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78c00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.879523351 +0000 UTC m=+31.105709632 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb78c00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72af0 item 87 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.880199097 +0000 UTC m=+31.106385379 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79100): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79640): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79640): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79640): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79640): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79640): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.880199097 +0000 UTC m=+31.106385379 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79640): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf72cb0 item 87 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79cc0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79cc0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79cc0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79cc0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79cc0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.88171397 +0000 UTC m=+31.107900251 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cb79cc0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73030 item 88 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.882303824 +0000 UTC m=+31.108490105 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb22c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2840): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2840): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2840): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2840): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2840): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.882303824 +0000 UTC m=+31.108490105 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2840): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf731f0 item 88 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.883735229 +0000 UTC m=+31.109921510 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb2e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb33c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb33c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb33c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73570 item 89 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb33c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb33c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.88428707 +0000 UTC m=+31.110473352 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb33c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf737a0 item 89 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.884948251 +0000 UTC m=+31.111134542 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3900): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3e80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3e80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3e80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3e80): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3e80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.884948251 +0000 UTC m=+31.111134542 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbb3e80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf739d0 item 89 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.88648822 +0000 UTC m=+31.112674511 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbca5c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcab00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcab00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcab00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cf73d50 item 90 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcab00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcab00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.887040494 +0000 UTC m=+31.113226785 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcab00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cade070 item 90 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.887736077 +0000 UTC m=+31.113922368 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb040): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb600): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb600): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb600): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.887736077 +0000 UTC m=+31.113922368 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcb600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cade380 item 90 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.889726177 +0000 UTC m=+31.115912469 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbcbc40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0280): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0280): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0280): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cade7e0 item 91 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0280): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0280): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.890274313 +0000 UTC m=+31.116460604 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0280): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): >_readAt: n=2, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): _writeAt: size=3, off=7 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadea10 item 91 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.890921676 +0000 UTC m=+31.117107967 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf07c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0d40): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0d40): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0d40): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0d40): >_readAt: n=8, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0d40): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.890921676 +0000 UTC m=+31.117107967 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf0d40): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964caded20 item 91 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.892536276 +0000 UTC m=+31.118722557 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf18c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf18c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf18c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadf110 item 92 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf18c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf18c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.893135578 +0000 UTC m=+31.119321860 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf18c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): open at offset 5 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadf2d0 item 92 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): _readAt: size=2, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): _writeAt: size=3, off=5 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): >_writeAt: n=3, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.893807176 +0000 UTC m=+31.119993458 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cbf1e00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc104c0): _readAt: size=512, off=0 2026/04/24 01:08:07 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc104c0): openPending: 2026/04/24 01:08:07 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc104c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc104c0): >_readAt: n=3, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc104c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.893807176 +0000 UTC m=+31.119993458 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc104c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964cadf490 item 92 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.895557353 +0000 UTC m=+31.121743635 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cc10b00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30380): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30380): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30380): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca580e0 item 93 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30380): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30380): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.896135326 +0000 UTC m=+31.122321607 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30380): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30a80): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30a80): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30a80): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30a80): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30a80): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.896135326 +0000 UTC m=+31.122321607 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd30a80): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca582a0 item 93 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.897798437 +0000 UTC m=+31.123984739 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd310c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31600): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31600): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31600): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca58700 item 94 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31600): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31600): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.898315394 +0000 UTC m=+31.124501695 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31600): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31d00): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31d00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31d00): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31d00): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31d00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.898315394 +0000 UTC m=+31.124501695 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd31d00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca589a0 item 94 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.899759533 +0000 UTC m=+31.125945814 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50440): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50980): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50980): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50980): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca58f50 item 95 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50980): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50980): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.900210895 +0000 UTC m=+31.126397177 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd50980): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51080): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51080): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51080): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51080): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51080): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.900210895 +0000 UTC m=+31.126397177 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51080): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59110 item 95 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): open at offset 0 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): _readAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): >_readAt: n=0, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.901760734 +0000 UTC m=+31.127947034 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd516c0): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51c00): _writeAt: size=5, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51c00): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51c00): >openPending: err= 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59490 item 96 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51c00): >_writeAt: n=5, err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51c00): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.90227255 +0000 UTC m=+31.128458851 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd51c00): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/24 01:08:07 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:07 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/24 01:08:07 DEBUG : open-test-file: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd6e400): _readAt: size=512, off=0 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd6e400): openPending: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd6e400): >openPending: err= 2026/04/24 01:08:07 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd6e400): >_readAt: n=5, err=EOF 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd6e400): close: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-24 01:08:07.90227255 +0000 UTC m=+31.128458851 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : open-test-file(0x3d964cd6e400): >close: err= 2026/04/24 01:08:07 DEBUG : open-test-file: Remove: 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3d964ca59650 item 96 2026/04/24 01:08:07 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/24 01:08:07 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/24 01:08:07 DEBUG : open-test-file: >Remove: err= 2026/04/24 01:08:07 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : >WaitForWriters: 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.43s) --- PASS: TestRWFileHandleOpenTests/writes (0.22s) --- 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.21s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:07 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:07 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:07 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:07 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:07 DEBUG : file1: newRWFileHandle: 2026/04/24 01:08:07 DEBUG : file1(0x3d964cc11200): openPending: 2026/04/24 01:08:07 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:07 DEBUG : file1(0x3d964cc11200): >openPending: err= 2026/04/24 01:08:07 DEBUG : file1: >newRWFileHandle: err= 2026/04/24 01:08:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:07 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/24 01:08:07 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/24 01:08:07 DEBUG : file1(0x3d964cc11200): _writeAt: size=2, off=0 2026/04/24 01:08:07 DEBUG : file1(0x3d964cc11200): >_writeAt: n=2, err= 2026/04/24 01:08:07 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/24 01:08:07 DEBUG : file1(0x3d964cc11200): RWFileHandle.Flush 2026/04/24 01:08:07 DEBUG : file1(0x3d964cc11200): RWFileHandle.Release 2026/04/24 01:08:07 DEBUG : file1(0x3d964cc11200): close: 2026/04/24 01:08:07 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/24 01:08:07 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:07 DEBUG : file1(0x3d964cc11200): >close: err= 2026/04/24 01:08:07 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:07 DEBUG : Looking for writers 2026/04/24 01:08:07 DEBUG : file1: reading active writers 2026/04/24 01:08:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:08 DEBUG : file1: vfs cache: starting upload 2026/04/24 01:08:08 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1.a0a9169e.partial" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1.a0a9169e.partial 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1.a0a9169e.partial" 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : file1: reading active writers 2026/04/24 01:08:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-sefakuk9haha/file1.a0a9169e.partial 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:08 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/24 01:08:08 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/24 01:08:08 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/24 01:08:08 INFO : file1: Copied (new) 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:08 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:08 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:08 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/24 01:08:08 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/24 01:08:08 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/24 01:08:08 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/24 01:08:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:08 INFO : file1: vfs cache: upload succeeded try #1 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : file1: reading active writers 2026/04/24 01:08:08 DEBUG : >WaitForWriters: 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:08 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:08 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/24 01:08:08 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : file1: reading active writers 2026/04/24 01:08:08 DEBUG : >WaitForWriters: 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.55s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:08 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:08 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:08 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:08 DEBUG : rename_me: newRWFileHandle: 2026/04/24 01:08:08 DEBUG : rename_me(0x3d964cac6280): openPending: 2026/04/24 01:08:08 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/24 01:08:08 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/24 01:08:08 DEBUG : rename_me(0x3d964cac6280): >openPending: err= 2026/04/24 01:08:08 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/24 01:08:08 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/24 01:08:08 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/24 01:08:08 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/24 01:08:08 DEBUG : rename_me(0x3d964cac6280): _writeAt: size=5, off=0 2026/04/24 01:08:08 DEBUG : rename_me(0x3d964cac6280): >_writeAt: n=5, err= 2026/04/24 01:08:08 DEBUG : rename_me(0x3d964cac6280): close: 2026/04/24 01:08:08 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-24 01:08:08.461241717 +0000 UTC m=+31.687427998 2026/04/24 01:08:08 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/24 01:08:08 DEBUG : rename_me(0x3d964cac6280): >close: err= 2026/04/24 01:08:08 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/24 01:08:08 DEBUG : i_was_renamed: Updating file with 0x3d964ca40d00 2026/04/24 01:08:08 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/24 01:08:08 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/24 01:08:08 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : i_was_renamed: reading active writers 2026/04/24 01:08:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : i_was_renamed: reading active writers 2026/04/24 01:08:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : i_was_renamed: reading active writers 2026/04/24 01:08:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/24 01:08:08 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:08 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-sefakuk9haha/dir/file1: no such file or directory 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : i_was_renamed: reading active writers 2026/04/24 01:08:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/24 01:08:08 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/24 01:08:08 DEBUG : i_was_renamed.68c1d2e0.partial: size = 5 OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/i_was_renamed.68c1d2e0.partial" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/i_was_renamed.68c1d2e0.partial 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/i_was_renamed.68c1d2e0.partial" 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : i_was_renamed: reading active writers 2026/04/24 01:08:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/i_was_renamed.68c1d2e0.partial 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:08 DEBUG : i_was_renamed.68c1d2e0.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:08 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:08:08 DEBUG : i_was_renamed.68c1d2e0.partial: renamed to: i_was_renamed 2026/04/24 01:08:08 INFO : i_was_renamed: Copied (new) 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/i_was_renamed" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/i_was_renamed 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/i_was_renamed" 2026/04/24 01:08:08 DEBUG : Looking for writers 2026/04/24 01:08:08 DEBUG : i_was_renamed: reading active writers 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/i_was_renamed 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:08 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:08 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-24 01:08:08 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/24 01:08:08 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/24 01:08:08 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/24 01:08:08 DEBUG : >WaitForWriters: 2026/04/24 01:08:08 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:08 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/24 01:08:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-sefakuk9haha" 2026/04/24 01:08:08 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:08 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:08 DEBUG : forgetting directory cache 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:08 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:08 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964c63c900): _readAt: size=512, off=0 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964c63c900): openPending: 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-24 00:09:08 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/24 01:08:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964c63c900): >openPending: err= 2026/04/24 01:08:09 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964c63c900): >_readAt: n=20, err=EOF 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964c63c900): close: 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:09:08 +0000 UTC 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964c63c900): >close: err= 2026/04/24 01:08:09 DEBUG : Re-reading directory (110.843753ms old) 2026/04/24 01:08:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/24 01:08:09 DEBUG : forgetting directory cache 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964cd01e00): _readAt: size=512, off=0 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964cd01e00): openPending: 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-24 00:10:08 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-24 00:09:08 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-24 00:10:08 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-24 00:09:08 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/24 01:08:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/24 01:08:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964cd01e00): >openPending: err= 2026/04/24 01:08:09 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964cd01e00): >_readAt: n=20, err=EOF 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964cd01e00): close: 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:10:08 +0000 UTC 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate(0x3d964cd01e00): >close: err= 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : forgetting directory cache 2026/04/24 01:08:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:09 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:09 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964cac7580): _readAt: size=512, off=0 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964cac7580): openPending: 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-24 00:11:08 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-24 00:10:08 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-24 00:11:08 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-24 00:10:08 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/24 01:08:10 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/24 01:08:10 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964cac7580): >openPending: err= 2026/04/24 01:08:10 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964cac7580): >_readAt: n=20, err=EOF 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964cac7580): close: 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:11:08 +0000 UTC 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964cac7580): >close: err= 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : forgetting directory cache 2026/04/24 01:08:10 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964c63d940): _readAt: size=512, off=0 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964c63d940): openPending: 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-24 00:12:08 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-24 00:11:08 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-24 00:12:08 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-24 00:11:08 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/24 01:08:10 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/24 01:08:10 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964c63d940): >openPending: err= 2026/04/24 01:08:10 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964c63d940): >_readAt: n=20, err=EOF 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964c63d940): close: 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:12:08 +0000 UTC 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate(0x3d964c63d940): >close: err= 2026/04/24 01:08:10 DEBUG : Re-reading directory (112.791563ms old) 2026/04/24 01:08:10 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:10 DEBUG : forgetting directory cache 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:10 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:10 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964c8788c0): _readAt: size=512, off=0 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964c8788c0): openPending: 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-24 00:13:08 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-24 00:12:08 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-24 00:13:08 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-24 00:12:08 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/24 01:08:11 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/24 01:08:11 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964c8788c0): >openPending: err= 2026/04/24 01:08:11 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964c8788c0): >_readAt: n=20, err=EOF 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964c8788c0): close: 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:13:08 +0000 UTC 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964c8788c0): >close: err= 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : forgetting directory cache 2026/04/24 01:08:11 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964cc10d40): _readAt: size=512, off=0 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964cc10d40): openPending: 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-24 00:14:08 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-24 00:13:08 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-24 00:14:08 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-24 00:13:08 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/24 01:08:11 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/24 01:08:11 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964cc10d40): >openPending: err= 2026/04/24 01:08:11 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964cc10d40): >_readAt: n=20, err=EOF 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964cc10d40): close: 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:14:08 +0000 UTC 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate(0x3d964cc10d40): >close: err= 2026/04/24 01:08:11 DEBUG : Re-reading directory (107.972618ms old) 2026/04/24 01:08:11 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:11 DEBUG : forgetting directory cache 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:11 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:11 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964cc11b00): _readAt: size=512, off=0 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964cc11b00): openPending: 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-24 00:15:08 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-24 00:14:08 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-24 00:15:08 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-24 00:14:08 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/24 01:08:12 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/24 01:08:12 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964cc11b00): >openPending: err= 2026/04/24 01:08:12 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964cc11b00): >_readAt: n=21, err=EOF 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964cc11b00): close: 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:15:08 +0000 UTC 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964cc11b00): >close: err= 2026/04/24 01:08:12 DEBUG : Re-reading directory (105.651854ms old) 2026/04/24 01:08:12 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : forgetting directory cache 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964c885100): _readAt: size=512, off=0 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964c885100): openPending: 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-24 00:16:08 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-24 00:15:08 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-24 00:16:08 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-24 00:15:08 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/24 01:08:12 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/24 01:08:12 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964c885100): >openPending: err= 2026/04/24 01:08:12 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964c885100): >_readAt: n=22, err=EOF 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964c885100): close: 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:16:08 +0000 UTC 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate(0x3d964c885100): >close: err= 2026/04/24 01:08:12 DEBUG : Re-reading directory (104.799854ms old) 2026/04/24 01:08:12 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:12 DEBUG : forgetting directory cache 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:12 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:12 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb28980): _readAt: size=512, off=0 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb28980): openPending: 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-24 00:17:08 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-24 00:16:08 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-24 00:17:08 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-24 00:16:08 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/24 01:08:13 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/24 01:08:13 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb28980): >openPending: err= 2026/04/24 01:08:13 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb28980): >_readAt: n=23, err=EOF 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb28980): close: 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:17:08 +0000 UTC 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb28980): >close: err= 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : forgetting directory cache 2026/04/24 01:08:13 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb29440): _readAt: size=512, off=0 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb29440): openPending: 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-sefakuk9haha/TestRWCacheUpdate 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-24 00:18:08 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-24 00:17:08 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-24 00:18:08 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-24 00:17:08 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/24 01:08:13 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/24 01:08:13 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb29440): >openPending: err= 2026/04/24 01:08:13 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb29440): >_readAt: n=24, err=EOF 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb29440): close: 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-24 00:18:08 +0000 UTC 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate(0x3d964cb29440): >close: err= 2026/04/24 01:08:13 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:13 DEBUG : Looking for writers 2026/04/24 01:08:13 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/24 01:08:13 DEBUG : >WaitForWriters: 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.99s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:13 DEBUG : forgetting directory cache 2026/04/24 01:08:13 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:13 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:13 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:13 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/24 01:08:14 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:14 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:14 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:14 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/24 01:08:14 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/24 01:08:14 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/24 01:08:14 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:14 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/24 01:08:14 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:14 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/24 01:08:14 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/24 01:08:14 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/24 01:08:14 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:14 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/24 01:08:14 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:14 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/24 01:08:14 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/24 01:08:14 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/24 01:08:14 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:14 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:14 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:14 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/24 01:08:14 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/24 01:08:14 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/24 01:08:14 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:14 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/24 01:08:14 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:14 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/24 01:08:14 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/24 01:08:14 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/24 01:08:14 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:14 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FilEb" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FilEb 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FilEb" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-sefakuk9haha/FilEb 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/FiLeA" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-sefakuk9haha/FiLeA 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:14 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FilEb" 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FilEb 2026/04/24 01:08:14 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FilEb" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-sefakuk9haha/FilEb 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FilEb" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/FilEb 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/FilEb" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-sefakuk9haha/FilEb 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/24 01:08:15 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/24 01:08:15 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/24 01:08:15 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FiLeB" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-sefakuk9haha/FiLeB 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/24 01:08:15 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/24 01:08:15 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/24 01:08:15 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/FilEb" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/FilEb 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/FilEb" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-sefakuk9haha/FilEb 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/24 01:08:15 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/24 01:08:15 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/24 01:08:15 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/24 01:08:15 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/24 01:08:15 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:15 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:15 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:15 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/24 01:08:15 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/24 01:08:15 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/24 01:08:15 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/24 01:08:15 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:15 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:15 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:15 DEBUG : Looking for writers 2026/04/24 01:08:15 DEBUG : FiLeA: reading active writers 2026/04/24 01:08:15 DEBUG : FiLeB: reading active writers 2026/04/24 01:08:15 DEBUG : FilEb: reading active writers 2026/04/24 01:08:15 DEBUG : >WaitForWriters: 2026/04/24 01:08:15 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:15 DEBUG : Looking for writers 2026/04/24 01:08:15 DEBUG : FiLeA: reading active writers 2026/04/24 01:08:15 DEBUG : FiLeB: reading active writers 2026/04/24 01:08:15 DEBUG : FilEb: reading active writers 2026/04/24 01:08:15 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.59s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/normal name with no special characters.txt" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/normal\ name\ with\ no\ special\ characters.txt 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/normal\ name\ with\ no\ special\ characters.txt" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-sefakuk9haha/normal name with no special characters.txt 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/normal name with no special characters.txt" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/normal\ name\ with\ no\ special\ characters.txt 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/normal\ name\ with\ no\ special\ characters.txt" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-sefakuk9haha/normal name with no special characters.txt 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/測試_Русский___ě_áñ" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/測試_Русский___ě_áñ 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/測試_Русский___ě_áñ" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-sefakuk9haha/測試_Русский___ě_áñ 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/測試_Русский___ě_áñ" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/測試_Русский___ě_áñ 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/測試_Русский___ě_áñ" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-sefakuk9haha/測試_Русский___ě_áñ 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/24 01:08:15 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/normal name with no special characters.txt" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/normal\ name\ with\ no\ special\ characters.txt 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/normal\ name\ with\ no\ special\ characters.txt" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-sefakuk9haha/normal name with no special characters.txt 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/測試_Русский___ě_áñ" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/測試_Русский___ě_áñ 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/測試_Русский___ě_áñ" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-sefakuk9haha/測試_Русский___ě_áñ 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:15 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:15 DEBUG : Looking for writers 2026/04/24 01:08:15 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/24 01:08:15 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/24 01:08:15 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.61s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:15 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Reusing VFS from active cache 2026/04/24 01:08:15 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:15 DEBUG : Looking for writers 2026/04/24 01:08:15 DEBUG : >WaitForWriters: 2026/04/24 01:08:15 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:15 DEBUG : Looking for writers 2026/04/24 01:08:15 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:15 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:15 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:15 DEBUG : Looking for writers 2026/04/24 01:08:15 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:15 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:15 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:15 DEBUG : Looking for writers 2026/04/24 01:08:15 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:15 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:15 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/24 01:08:16 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:16 DEBUG : dir: Looking for writers 2026/04/24 01:08:16 DEBUG : file2: reading active writers 2026/04/24 01:08:16 DEBUG : Looking for writers 2026/04/24 01:08:16 DEBUG : dir: reading active writers 2026/04/24 01:08:16 DEBUG : file1: reading active writers 2026/04/24 01:08:16 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.42s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:16 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/24 01:08:16 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:16 DEBUG : dir: Looking for writers 2026/04/24 01:08:16 DEBUG : Looking for writers 2026/04/24 01:08:16 DEBUG : dir: reading active writers 2026/04/24 01:08:16 DEBUG : file1: reading active writers 2026/04/24 01:08:16 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:16 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:16 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:16 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/24 01:08:17 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:17 DEBUG : file1: Open: flags=O_RDONLY 2026/04/24 01:08:17 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/24 01:08:17 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/24 01:08:17 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:17 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:17 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/24 01:08:17 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (0 bytes), uploading instead of streaming 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/new_file.txt" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/new_file.txt 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/new_file.txt" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/dir/new_file.txt 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/24 01:08:17 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/24 01:08:17 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/24 01:08:17 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:17 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/24 01:08:17 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:17 DEBUG : dir: Looking for writers 2026/04/24 01:08:17 DEBUG : file2: reading active writers 2026/04/24 01:08:17 DEBUG : new_file.txt: reading active writers 2026/04/24 01:08:17 DEBUG : Looking for writers 2026/04/24 01:08:17 DEBUG : dir: reading active writers 2026/04/24 01:08:17 DEBUG : file1: reading active writers 2026/04/24 01:08:17 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.44s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:17 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file2" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-sefakuk9haha/dir/file2 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/24 01:08:17 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/24 01:08:17 DEBUG : dir/file1: Updating file with dir/file1 0x3d964cecf450 2026/04/24 01:08:17 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/24 01:08:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/dir/file1" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-sefakuk9haha/dir/file1 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/24 01:08:17 INFO : dir/file1: Moved (server-side) to: file0 2026/04/24 01:08:17 DEBUG : file0: Updating file with file0 0x3d964cecf450 2026/04/24 01:08:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/24 01:08:17 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file0" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file0 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file0" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-sefakuk9haha/file0 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file0" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file0 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file0" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-sefakuk9haha/file0 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/24 01:08:17 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:17 DEBUG : dir: Looking for writers 2026/04/24 01:08:17 DEBUG : Looking for writers 2026/04/24 01:08:17 DEBUG : file0: reading active writers 2026/04/24 01:08:17 DEBUG : dir: reading active writers 2026/04/24 01:08:17 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.61s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:17 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Server has VFS statistics extension 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: About path "/rclone-test-sefakuk9haha" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: About path "/rclone-test-sefakuk9haha" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: About using shell command for shell type "unix" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: df -k /rclone-test-sefakuk9haha 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: 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-sefakuk9haha" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 57552640 93220368 36% / 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:17 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:17 DEBUG : Looking for writers 2026/04/24 01:08:17 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:17 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:17 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/24 01:08:17 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/24 01:08:17 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/24 01:08:17 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/24 01:08:17 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/24 01:08:18 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:18 DEBUG : Looking for writers 2026/04/24 01:08:18 DEBUG : a: Looking for writers 2026/04/24 01:08:18 DEBUG : b: Looking for writers 2026/04/24 01:08:18 DEBUG : c: Looking for writers 2026/04/24 01:08:18 DEBUG : d: Looking for writers 2026/04/24 01:08:18 DEBUG : Looking for writers 2026/04/24 01:08:18 DEBUG : d: reading active writers 2026/04/24 01:08:18 DEBUG : /: reading active writers 2026/04/24 01:08:18 DEBUG : a: reading active writers 2026/04/24 01:08:18 DEBUG : b: reading active writers 2026/04/24 01:08:18 DEBUG : c: reading active writers 2026/04/24 01:08:18 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.25s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:18 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/24 01:08:18 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/24 01:08:18 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/24 01:08:18 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/24 01:08:18 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:18 DEBUG : a/b/c/d: Looking for writers 2026/04/24 01:08:18 DEBUG : a/b/c: Looking for writers 2026/04/24 01:08:18 DEBUG : d: reading active writers 2026/04/24 01:08:18 DEBUG : a/b: Looking for writers 2026/04/24 01:08:18 DEBUG : c: reading active writers 2026/04/24 01:08:18 DEBUG : a: Looking for writers 2026/04/24 01:08:18 DEBUG : b: reading active writers 2026/04/24 01:08:18 DEBUG : Looking for writers 2026/04/24 01:08:18 DEBUG : a: reading active writers 2026/04/24 01:08:18 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:18 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:18 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:18 DEBUG : Looking for writers 2026/04/24 01:08:18 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:18 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/24 01:08:18 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/24 01:08:18 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (5 bytes), uploading instead of streaming 2026/04/24 01:08:18 DEBUG : file1: size = 5 OK 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:18 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:18 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:08:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:18 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:18 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/24 01:08:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:18 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/24 01:08:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/24 01:08:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (0 bytes), uploading instead of streaming 2026/04/24 01:08:18 DEBUG : file1: size = 0 OK 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:18 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:18 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/24 01:08:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/24 01:08:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (7 bytes), uploading instead of streaming 2026/04/24 01:08:18 DEBUG : file1: size = 7 OK 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:18 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:18 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/24 01:08:18 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/24 01:08:18 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:18 DEBUG : Looking for writers 2026/04/24 01:08:18 DEBUG : file1: reading active writers 2026/04/24 01:08:18 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:18 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:18 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/24 01:08:19 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/24 01:08:19 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/24 01:08:19 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (11 bytes), uploading instead of streaming 2026/04/24 01:08:19 DEBUG : file1: size = 11 OK 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:19 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/24 01:08:19 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/24 01:08:19 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:19 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:19 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:19 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/24 01:08:20 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:20 DEBUG : Looking for writers 2026/04/24 01:08:20 DEBUG : file1: reading active writers 2026/04/24 01:08:20 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:20 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (5 bytes), uploading instead of streaming 2026/04/24 01:08:20 DEBUG : file1: size = 5 OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/24 01:08:20 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/24 01:08:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/24 01:08:20 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:20 DEBUG : Looking for writers 2026/04/24 01:08:20 DEBUG : file1: reading active writers 2026/04/24 01:08:20 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:20 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : file1: WriteFileHandle.Release closing 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (0 bytes), uploading instead of streaming 2026/04/24 01:08:20 DEBUG : file1: size = 0 OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:20 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/24 01:08:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/24 01:08:20 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:20 DEBUG : Looking for writers 2026/04/24 01:08:20 DEBUG : file1: reading active writers 2026/04/24 01:08:20 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:20 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (2 bytes), uploading instead of streaming 2026/04/24 01:08:20 DEBUG : file1: size = 2 OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/24 01:08:20 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/24 01:08:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:20 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:20 DEBUG : Looking for writers 2026/04/24 01:08:20 DEBUG : file1: reading active writers 2026/04/24 01:08:20 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:20 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (0 bytes), uploading instead of streaming 2026/04/24 01:08:20 DEBUG : file1: size = 0 OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/24 01:08:20 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/24 01:08:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:20 DEBUG : file1: Open: flags=O_RDONLY 2026/04/24 01:08:20 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/24 01:08:20 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/24 01:08:20 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:20 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:20 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:20 DEBUG : Looking for writers 2026/04/24 01:08:20 DEBUG : file1: reading active writers 2026/04/24 01:08:20 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:20 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/24 01:08:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: File to upload is small (100 bytes), uploading instead of streaming 2026/04/24 01:08:20 DEBUG : file1: size = 100 OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/file1" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 726b7d0fd25cd45409b5452b731ddb56 /rclone-test-sefakuk9haha/file1 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : file1: Parsed hash: 726b7d0fd25cd45409b5452b731ddb56 2026/04/24 01:08:20 DEBUG : file1: md5 = 726b7d0fd25cd45409b5452b731ddb56 OK 2026/04/24 01:08:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/24 01:08:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/24 01:08:20 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/24 01:08:20 DEBUG : file1: Open: flags=O_RDONLY 2026/04/24 01:08:20 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/24 01:08:20 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/24 01:08:20 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:20 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:20 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:20 DEBUG : Looking for writers 2026/04/24 01:08:20 DEBUG : file1: reading active writers 2026/04/24 01:08:20 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:20 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f000.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f000.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f000.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-sefakuk9haha/flat/f000.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f000.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/flat/f000.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/flat/f000.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-sefakuk9haha/flat/f000.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f001.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f001.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f001.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-sefakuk9haha/flat/f001.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f001.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/flat/f001.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/flat/f001.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-sefakuk9haha/flat/f001.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:20 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f002.txt" 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f002.txt 2026/04/24 01:08:20 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f002.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-sefakuk9haha/flat/f002.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f002.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/flat/f002.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/flat/f002.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-sefakuk9haha/flat/f002.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f003.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f003.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f003.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-sefakuk9haha/flat/f003.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f003.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/flat/f003.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/flat/f003.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-sefakuk9haha/flat/f003.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f004.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f004.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f004.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-sefakuk9haha/flat/f004.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f004.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: sha1sum /rclone-test-sefakuk9haha/flat/f004.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-sefakuk9haha/flat/f004.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-sefakuk9haha/flat/f004.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/24 01:08:21 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/24 01:08:21 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/24 01:08:21 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:21 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f000.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f000.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f000.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-sefakuk9haha/flat/f000.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/24 01:08:21 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/24 01:08:21 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/24 01:08:21 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:21 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f001.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f001.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f001.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-sefakuk9haha/flat/f001.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/24 01:08:21 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/24 01:08:21 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/24 01:08:21 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:21 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f002.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f002.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f002.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-sefakuk9haha/flat/f002.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/24 01:08:21 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/24 01:08:21 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/24 01:08:21 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:21 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f003.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f003.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f003.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-sefakuk9haha/flat/f003.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:21 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/24 01:08:21 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/24 01:08:21 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/24 01:08:21 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:21 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/flat/f004.txt" 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/flat/f004.txt 2026/04/24 01:08:21 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/flat/f004.txt" 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-sefakuk9haha/flat/f004.txt 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:22 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/24 01:08:22 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:22 DEBUG : flat: Looking for writers 2026/04/24 01:08:22 DEBUG : f000.txt: reading active writers 2026/04/24 01:08:22 DEBUG : f001.txt: reading active writers 2026/04/24 01:08:22 DEBUG : f002.txt: reading active writers 2026/04/24 01:08:22 DEBUG : f003.txt: reading active writers 2026/04/24 01:08:22 DEBUG : f004.txt: reading active writers 2026/04/24 01:08:22 DEBUG : Looking for writers 2026/04/24 01:08:22 DEBUG : flat: reading active writers 2026/04/24 01:08:22 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.50s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:22 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:22 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/24 01:08:22 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/24 01:08:22 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:22 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/a/b/c/deep.txt" 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/a/b/c/deep.txt 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/a/b/c/deep.txt" 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-sefakuk9haha/a/b/c/deep.txt 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:22 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/24 01:08:22 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/24 01:08:22 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/24 01:08:22 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:22 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/a/b/mid.txt" 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/a/b/mid.txt 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/a/b/mid.txt" 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-sefakuk9haha/a/b/mid.txt 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:22 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/24 01:08:22 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/24 01:08:22 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/24 01:08:22 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:22 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/a/top.txt" 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/a/top.txt 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/a/top.txt" 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-sefakuk9haha/a/top.txt 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:22 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/24 01:08:22 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:22 DEBUG : a/b/c: Looking for writers 2026/04/24 01:08:22 DEBUG : deep.txt: reading active writers 2026/04/24 01:08:22 DEBUG : a/b: Looking for writers 2026/04/24 01:08:22 DEBUG : c: reading active writers 2026/04/24 01:08:22 DEBUG : mid.txt: reading active writers 2026/04/24 01:08:22 DEBUG : a: Looking for writers 2026/04/24 01:08:22 DEBUG : b: reading active writers 2026/04/24 01:08:22 DEBUG : top.txt: reading active writers 2026/04/24 01:08:22 DEBUG : Looking for writers 2026/04/24 01:08:22 DEBUG : a: reading active writers 2026/04/24 01:08:22 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.36s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:22 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/bigdir/big.bin" 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/bigdir/big.bin 2026/04/24 01:08:22 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/bigdir/big.bin" 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 676cb0e2cd190dc41422d24bc9715133 /rclone-test-sefakuk9haha/bigdir/big.bin 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:23 DEBUG : bigdir/big.bin: Parsed hash: 676cb0e2cd190dc41422d24bc9715133 2026/04/24 01:08:23 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:23 DEBUG : bigdir: Looking for writers 2026/04/24 01:08:23 DEBUG : big.bin: reading active writers 2026/04/24 01:08:23 DEBUG : Looking for writers 2026/04/24 01:08:23 DEBUG : bigdir: reading active writers 2026/04/24 01:08:23 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.73s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-sefakuk9haha", Local "Local file system at /tmp/rclone967606230", Modify Window "1s" 2026/04/24 01:08:23 INFO : sftp://rclone@:22/rclone-test-sefakuk9haha: poll-interval is not supported by this remote 2026/04/24 01:08:23 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/24 01:08:23 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/24 01:08:23 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:23 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir1/a.txt" 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir1/a.txt 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir1/a.txt" 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-sefakuk9haha/dir1/a.txt 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:23 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/24 01:08:23 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/24 01:08:23 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/24 01:08:23 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:23 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir2/b.txt" 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir2/b.txt 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir2/b.txt" 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: 415290769594460e2e485922904f345d /rclone-test-sefakuk9haha/dir2/b.txt 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:23 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/24 01:08:23 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/24 01:08:23 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/24 01:08:23 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/24 01:08:23 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Shell path "/rclone-test-sefakuk9haha/dir3/c.txt" 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: creating additional session 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Running remote command: md5sum /rclone-test-sefakuk9haha/dir3/c.txt 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-sefakuk9haha/dir3/c.txt" 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: command exited OK 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-sefakuk9haha/dir3/c.txt 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: ssh external: close 2026/04/24 01:08:23 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/24 01:08:23 DEBUG : WaitForWriters: timeout=30s 2026/04/24 01:08:23 DEBUG : dir1: Looking for writers 2026/04/24 01:08:23 DEBUG : a.txt: reading active writers 2026/04/24 01:08:23 DEBUG : dir2: Looking for writers 2026/04/24 01:08:23 DEBUG : b.txt: reading active writers 2026/04/24 01:08:23 DEBUG : dir3: Looking for writers 2026/04/24 01:08:23 DEBUG : c.txt: reading active writers 2026/04/24 01:08:23 DEBUG : Looking for writers 2026/04/24 01:08:23 DEBUG : dir1: reading active writers 2026/04/24 01:08:23 DEBUG : dir2: reading active writers 2026/04/24 01:08:23 DEBUG : dir3: reading active writers 2026/04/24 01:08:23 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.33s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/24 01:08:23 DEBUG : sftp://rclone@:22/rclone-test-sefakuk9haha: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.752794158s (try 1/5)