"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/13 05:15:01 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-xajacop7lede" 2026/04/13 05:15:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/13 05:15:01 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/13 05:15:01 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/13 05:15:01 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/13 05:15:01 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/13 05:15:01 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/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: 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/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell type "unix" from config 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Relative path resolved to "/rclone-test-xajacop7lede" 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Using root directory "/rclone-test-xajacop7lede" 2026/04/13 05:15:01 DEBUG : Creating backend with remote "/tmp/rclone648092351" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:01 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:01 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:02 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:02 DEBUG : dir: Looking for writers 2026/04/13 05:15:02 DEBUG : Looking for writers 2026/04/13 05:15:02 DEBUG : dir: reading active writers 2026/04/13 05:15:02 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.22s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:02 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:02 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:02 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/subdir/file3" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/subdir/file3 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/subdir/file3" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-xajacop7lede/dir/subdir/file3 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:02 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/subdir/file3" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/subdir/file3 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/subdir/file3" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-xajacop7lede/dir/subdir/file3 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:02 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/13 05:15:02 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:02 DEBUG : dir/subdir: Looking for writers 2026/04/13 05:15:02 DEBUG : dir: Looking for writers 2026/04/13 05:15:02 DEBUG : file1: reading active writers 2026/04/13 05:15:02 DEBUG : file2: reading active writers 2026/04/13 05:15:02 DEBUG : subdir: reading active writers 2026/04/13 05:15:02 DEBUG : Looking for writers 2026/04/13 05:15:02 DEBUG : dir: reading active writers 2026/04/13 05:15:02 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.70s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:02 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:02 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:03 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:03 DEBUG : dir: Looking for writers 2026/04/13 05:15:03 DEBUG : file1: reading active writers 2026/04/13 05:15:03 DEBUG : Looking for writers 2026/04/13 05:15:03 DEBUG : dir: reading active writers 2026/04/13 05:15:03 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.25s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:03 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:03 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:03 DEBUG : dir: Looking for writers 2026/04/13 05:15:03 DEBUG : Looking for writers 2026/04/13 05:15:03 DEBUG : dir: reading active writers 2026/04/13 05:15:03 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.23s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:03 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:03 DEBUG : dir: forgetting directory cache 2026/04/13 05:15:03 DEBUG : forgetting directory cache 2026/04/13 05:15:03 DEBUG : dir: forgetting directory cache 2026/04/13 05:15:03 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:03 DEBUG : Looking for writers 2026/04/13 05:15:03 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.29s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:03 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:03 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/13 05:15:03 DEBUG : dir: invalidating directory cache 2026/04/13 05:15:03 DEBUG : >ForgetPath: 2026/04/13 05:15:03 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/13 05:15:03 DEBUG : invalidating directory cache 2026/04/13 05:15:03 DEBUG : dir: forgetting directory cache 2026/04/13 05:15:03 DEBUG : >ForgetPath: 2026/04/13 05:15:03 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/13 05:15:03 DEBUG : >ForgetPath: 2026/04/13 05:15:03 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:03 DEBUG : dir: Looking for writers 2026/04/13 05:15:03 DEBUG : Looking for writers 2026/04/13 05:15:03 DEBUG : dir: reading active writers 2026/04/13 05:15:03 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.18s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:03 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:03 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: 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/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/fil/a/b/c" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/fil/a/b/c 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/fil/a/b/c" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-xajacop7lede/fil/a/b/c 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/fil/a/b/c" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/fil/a/b/c 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/fil/a/b/c" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-xajacop7lede/fil/a/b/c 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:04 DEBUG : forgetting directory cache 2026/04/13 05:15:04 DEBUG : dir: forgetting directory cache 2026/04/13 05:15:04 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:04 DEBUG : dir: Looking for writers 2026/04/13 05:15:04 DEBUG : fil/a/b: Looking for writers 2026/04/13 05:15:04 DEBUG : fil/a: Looking for writers 2026/04/13 05:15:04 DEBUG : b: reading active writers 2026/04/13 05:15:04 DEBUG : fil: Looking for writers 2026/04/13 05:15:04 DEBUG : a: reading active writers 2026/04/13 05:15:04 DEBUG : Looking for writers 2026/04/13 05:15:04 DEBUG : dir: reading active writers 2026/04/13 05:15:04 DEBUG : fil: reading active writers 2026/04/13 05:15:04 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:04 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:04 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:04 DEBUG : dir: Looking for writers 2026/04/13 05:15:04 DEBUG : Looking for writers 2026/04/13 05:15:04 DEBUG : dir: reading active writers 2026/04/13 05:15:04 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:04 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:04 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:04 DEBUG : dir: Looking for writers 2026/04/13 05:15:04 DEBUG : file1: reading active writers 2026/04/13 05:15:04 DEBUG : Looking for writers 2026/04/13 05:15:04 DEBUG : dir: reading active writers 2026/04/13 05:15:04 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.17s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:04 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:04 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/subdir/file3" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/subdir/file3 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/subdir/file3" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-xajacop7lede/dir/subdir/file3 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/subdir/file3" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/subdir/file3 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/subdir/file3" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-xajacop7lede/dir/subdir/file3 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/13 05:15:05 DEBUG : Waiting for deletions to finish 2026/04/13 05:15:05 INFO : dir/subdir/file3: Deleted 2026/04/13 05:15:05 DEBUG : removing 1 level 2 directories 2026/04/13 05:15:05 INFO : dir/subdir: Removing directory 2026/04/13 05:15:05 DEBUG : dir: invalidating directory cache 2026/04/13 05:15:05 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/13 05:15:05 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/13 05:15:05 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/13 05:15:05 DEBUG : dir/file1: Reset virtual modtime 2026/04/13 05:15:05 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/13 05:15:05 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:05 DEBUG : dir: invalidating directory cache 2026/04/13 05:15:05 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/13 05:15:05 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/13 05:15:05 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/13 05:15:05 DEBUG : forgetting directory cache 2026/04/13 05:15:05 DEBUG : dir: forgetting directory cache 2026/04/13 05:15:05 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/13 05:15:05 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:05 DEBUG : dir/virtualDir: Looking for writers 2026/04/13 05:15:05 DEBUG : dir: Looking for writers 2026/04/13 05:15:05 DEBUG : virtualFile2: reading active writers 2026/04/13 05:15:05 DEBUG : virtualFile: reading active writers 2026/04/13 05:15:05 DEBUG : virtualDir: reading active writers 2026/04/13 05:15:05 DEBUG : file1: reading active writers 2026/04/13 05:15:05 DEBUG : Looking for writers 2026/04/13 05:15:05 DEBUG : dir: reading active writers 2026/04/13 05:15:05 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.67s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:05 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:05 ERROR : dir/: Can only open directories read only 2026/04/13 05:15:05 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:05 DEBUG : dir: Looking for writers 2026/04/13 05:15:05 DEBUG : Looking for writers 2026/04/13 05:15:05 DEBUG : dir: reading active writers 2026/04/13 05:15:05 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:05 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:05 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/13 05:15:05 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/13 05:15:05 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (5 bytes), uploading instead of streaming 2026/04/13 05:15:05 DEBUG : dir/potato: size = 5 OK 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/potato" 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/potato 2026/04/13 05:15:05 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/potato" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/dir/potato 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:06 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:06 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/13 05:15:06 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/13 05:15:06 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:06 DEBUG : dir: Looking for writers 2026/04/13 05:15:06 DEBUG : file1: reading active writers 2026/04/13 05:15:06 DEBUG : potato: reading active writers 2026/04/13 05:15:06 DEBUG : Looking for writers 2026/04/13 05:15:06 DEBUG : dir: reading active writers 2026/04/13 05:15:06 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.33s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:06 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:06 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:06 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:06 DEBUG : dir/sub: Looking for writers 2026/04/13 05:15:06 DEBUG : dir: Looking for writers 2026/04/13 05:15:06 DEBUG : file1: reading active writers 2026/04/13 05:15:06 DEBUG : sub: reading active writers 2026/04/13 05:15:06 DEBUG : Looking for writers 2026/04/13 05:15:06 DEBUG : dir: reading active writers 2026/04/13 05:15:06 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.54s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:06 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:06 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/13 05:15:06 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:06 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:06 DEBUG : dir/sub/subsub: Looking for writers 2026/04/13 05:15:06 DEBUG : dir/sub: Looking for writers 2026/04/13 05:15:06 DEBUG : subsub: reading active writers 2026/04/13 05:15:06 DEBUG : dir: Looking for writers 2026/04/13 05:15:06 DEBUG : file1: reading active writers 2026/04/13 05:15:06 DEBUG : sub: reading active writers 2026/04/13 05:15:06 DEBUG : Looking for writers 2026/04/13 05:15:06 DEBUG : dir: reading active writers 2026/04/13 05:15:06 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.34s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:06 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:06 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:07 ERROR : dir/: Dir.Remove not empty 2026/04/13 05:15:07 DEBUG : dir/file1: Remove: 2026/04/13 05:15:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:07 DEBUG : dir/file1: >Remove: err= 2026/04/13 05:15:07 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/13 05:15:07 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:07 DEBUG : Looking for writers 2026/04/13 05:15:07 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:07 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:07 DEBUG : dir/file1: Remove: 2026/04/13 05:15:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:07 DEBUG : dir/file1: >Remove: err= 2026/04/13 05:15:07 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/13 05:15:07 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:07 DEBUG : Looking for writers 2026/04/13 05:15:07 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:07 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:07 DEBUG : dir/file1: Remove: 2026/04/13 05:15:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:07 DEBUG : dir/file1: >Remove: err= 2026/04/13 05:15:07 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:07 DEBUG : dir: Looking for writers 2026/04/13 05:15:07 DEBUG : Looking for writers 2026/04/13 05:15:07 DEBUG : dir: reading active writers 2026/04/13 05:15:07 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:07 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:07 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xajacop7lede/dir/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xajacop7lede/dir/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/13 05:15:08 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/13 05:15:08 DEBUG : dir: Updating dir with dir2 0x27f0e5d0ed00 2026/04/13 05:15:08 DEBUG : dir: forgetting directory cache 2026/04/13 05:15:08 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/13 05:15:08 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/file1" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir2/file1 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir2/file1" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir2/file1 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/file1" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir2/file1 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir2/file1" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir2/file1 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/13 05:15:08 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/13 05:15:08 DEBUG : file2: Updating file with file2 0x27f0e5ce9380 2026/04/13 05:15:08 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:08 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file2" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file2 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file2" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/file2 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file2" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file2 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file2" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/file2 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:08 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:08 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:09 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/13 05:15:09 INFO : dir2/file3: Deleted 2026/04/13 05:15:09 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/13 05:15:09 DEBUG : dir2/file3: Updating file with dir2/file3 0x27f0e5ce9380 2026/04/13 05:15:09 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/13 05:15:09 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:09 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir2/file3" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir2/file3 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:09 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:09 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/13 05:15:09 DEBUG : empty directory: Updating dir with renamed empty directory 0x27f0e5d0fad0 2026/04/13 05:15:09 DEBUG : empty directory: forgetting directory cache 2026/04/13 05:15:09 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/13 05:15:09 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/13 05:15:09 DEBUG : dir2: Renaming to "dir3" 2026/04/13 05:15:09 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:09 DEBUG : dir3: Looking for writers 2026/04/13 05:15:09 DEBUG : file3: reading active writers 2026/04/13 05:15:09 DEBUG : renamed empty directory: Looking for writers 2026/04/13 05:15:09 DEBUG : Looking for writers 2026/04/13 05:15:09 DEBUG : dir3: reading active writers 2026/04/13 05:15:09 DEBUG : renamed empty directory: reading active writers 2026/04/13 05:15:09 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.58s) === 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-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:09 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:09 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/13 05:15:09 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:09 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/13 05:15:09 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/13 05:15:09 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/13 05:15:09 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/13 05:15:09 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/13 05:15:09 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:09 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/13 05:15:09 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/13 05:15:09 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/13 05:15:09 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/13 05:15:09 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (12 bytes), uploading instead of streaming 2026/04/13 05:15:09 DEBUG : dir/sub/file2: size = 12 OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/sub/file2" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/sub/file2 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/sub/file2" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-xajacop7lede/dir/sub/file2 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:09 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/13 05:15:09 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/13 05:15:09 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/13 05:15:09 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/13 05:15:09 DEBUG : forgetting directory cache 2026/04/13 05:15:09 DEBUG : dir: forgetting directory cache 2026/04/13 05:15:09 DEBUG : dir/sub: forgetting directory cache 2026/04/13 05:15:09 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/13 05:15:09 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (5 bytes), uploading instead of streaming 2026/04/13 05:15:09 DEBUG : dir/sub/file0: size = 5 OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/sub/file0" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/sub/file0 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/sub/file0" 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/dir/sub/file0 2026/04/13 05:15:09 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:09 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:09 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:09 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/13 05:15:09 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/13 05:15:09 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:09 DEBUG : dir/sub: Looking for writers 2026/04/13 05:15:09 DEBUG : file0: reading active writers 2026/04/13 05:15:09 DEBUG : file2: reading active writers 2026/04/13 05:15:09 DEBUG : dir: Looking for writers 2026/04/13 05:15:09 DEBUG : file1: reading active writers 2026/04/13 05:15:09 DEBUG : sub: reading active writers 2026/04/13 05:15:09 DEBUG : Looking for writers 2026/04/13 05:15:09 DEBUG : dir: reading active writers 2026/04/13 05:15:09 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.37s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:09 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:09 DEBUG : forgetting directory cache 2026/04/13 05:15:10 DEBUG : forgetting directory cache 2026/04/13 05:15:10 DEBUG : dir: forgetting directory cache 2026/04/13 05:15:10 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:10 DEBUG : dir: Looking for writers 2026/04/13 05:15:10 DEBUG : Looking for writers 2026/04/13 05:15:10 DEBUG : dir: reading active writers 2026/04/13 05:15:10 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:10 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/13 05:15:10 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:10 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/13 05:15:10 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/13 05:15:10 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/13 05:15:10 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:10 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:10 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/13 05:15:10 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:10 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/13 05:15:10 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/13 05:15:10 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/13 05:15:10 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:10 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:10 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:10 DEBUG : dir: Looking for writers 2026/04/13 05:15:10 DEBUG : file1: reading active writers 2026/04/13 05:15:10 DEBUG : file1.metadata: reading active writers 2026/04/13 05:15:10 DEBUG : Looking for writers 2026/04/13 05:15:10 DEBUG : dir: reading active writers 2026/04/13 05:15:10 DEBUG : dir.metadata: reading active writers 2026/04/13 05:15:10 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.18s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:10 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:10 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:11 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:11 DEBUG : dir: Looking for writers 2026/04/13 05:15:11 DEBUG : file1: reading active writers 2026/04/13 05:15:11 DEBUG : Looking for writers 2026/04/13 05:15:11 DEBUG : dir: reading active writers 2026/04/13 05:15:11 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-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:11 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:11 DEBUG : Can set mod time: true 2026/04/13 05:15:11 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:11 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:11 DEBUG : dir: Looking for writers 2026/04/13 05:15:11 DEBUG : file1: reading active writers 2026/04/13 05:15:11 DEBUG : Looking for writers 2026/04/13 05:15:11 DEBUG : dir: reading active writers 2026/04/13 05:15:11 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:11 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:11 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:11 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/13 05:15:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (0 bytes), uploading instead of streaming 2026/04/13 05:15:11 DEBUG : dir/file1: size = 0 OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:11 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/13 05:15:11 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:11 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/13 05:15:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:11 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:11 DEBUG : dir: Looking for writers 2026/04/13 05:15:11 DEBUG : file1: reading active writers 2026/04/13 05:15:11 DEBUG : Looking for writers 2026/04/13 05:15:11 DEBUG : dir: reading active writers 2026/04/13 05:15:11 DEBUG : >WaitForWriters: 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:11 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:11 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/13 05:15:12 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:12 DEBUG : dir: Looking for writers 2026/04/13 05:15:12 DEBUG : file1: reading active writers 2026/04/13 05:15:12 DEBUG : Looking for writers 2026/04/13 05:15:12 DEBUG : dir: reading active writers 2026/04/13 05:15:12 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:12 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:12 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/13 05:15:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (5 bytes), uploading instead of streaming 2026/04/13 05:15:12 DEBUG : dir/file1: size = 5 OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:12 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:12 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:12 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/13 05:15:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:12 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:12 DEBUG : dir: Looking for writers 2026/04/13 05:15:12 DEBUG : file1: reading active writers 2026/04/13 05:15:12 DEBUG : Looking for writers 2026/04/13 05:15:12 DEBUG : dir: reading active writers 2026/04/13 05:15:12 DEBUG : >WaitForWriters: 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/13 05:15:12 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:12 DEBUG : dir: Looking for writers 2026/04/13 05:15:12 DEBUG : file1: reading active writers 2026/04/13 05:15:12 DEBUG : Looking for writers 2026/04/13 05:15:12 DEBUG : dir: reading active writers 2026/04/13 05:15:12 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:12 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:12 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:12 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:12 DEBUG : dir: Looking for writers 2026/04/13 05:15:12 DEBUG : file1: reading active writers 2026/04/13 05:15:12 DEBUG : Looking for writers 2026/04/13 05:15:12 DEBUG : dir: reading active writers 2026/04/13 05:15:12 DEBUG : >WaitForWriters: 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:12 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:12 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:12 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:13 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/13 05:15:13 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:13 DEBUG : dir/file1(0x27f0e5519340): close: 2026/04/13 05:15:13 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/13 05:15:13 DEBUG : dir/file1(0x27f0e5519340): >close: err= 2026/04/13 05:15:13 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:13 DEBUG : dir: Looking for writers 2026/04/13 05:15:13 DEBUG : file1: reading active writers 2026/04/13 05:15:13 DEBUG : Looking for writers 2026/04/13 05:15:13 DEBUG : dir: reading active writers 2026/04/13 05:15:13 DEBUG : >WaitForWriters: 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:13 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:13 DEBUG : dir: Looking for writers 2026/04/13 05:15:13 DEBUG : file1: reading active writers 2026/04/13 05:15:13 DEBUG : Looking for writers 2026/04/13 05:15:13 DEBUG : dir: reading active writers 2026/04/13 05:15:13 DEBUG : >WaitForWriters: 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:13 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:13 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:13 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/13 05:15:13 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:13 DEBUG : dir/file1(0x27f0e623c100): _writeAt: size=5, off=0 2026/04/13 05:15:13 DEBUG : dir/file1(0x27f0e623c100): openPending: 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/13 05:15:13 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/13 05:15:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:13 DEBUG : dir/file1(0x27f0e623c100): >openPending: err= 2026/04/13 05:15:13 DEBUG : dir/file1(0x27f0e623c100): >_writeAt: n=5, err= 2026/04/13 05:15:13 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/13 05:15:13 DEBUG : dir/file1(0x27f0e623c100): close: 2026/04/13 05:15:13 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/13 05:15:13 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/13 05:15:13 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/13 05:15:13 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/13 05:15:13 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/13 05:15:13 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:13 DEBUG : dir/file1(0x27f0e623c100): >close: err= 2026/04/13 05:15:13 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:13 DEBUG : dir: Looking for writers 2026/04/13 05:15:13 DEBUG : file1: reading active writers 2026/04/13 05:15:13 DEBUG : Looking for writers 2026/04/13 05:15:13 DEBUG : dir: reading active writers 2026/04/13 05:15:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:13 DEBUG : dir: Looking for writers 2026/04/13 05:15:13 DEBUG : file1: reading active writers 2026/04/13 05:15:13 DEBUG : Looking for writers 2026/04/13 05:15:13 DEBUG : dir: reading active writers 2026/04/13 05:15:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:13 DEBUG : dir: Looking for writers 2026/04/13 05:15:13 DEBUG : file1: reading active writers 2026/04/13 05:15:13 DEBUG : Looking for writers 2026/04/13 05:15:13 DEBUG : dir: reading active writers 2026/04/13 05:15:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:13 DEBUG : dir: Looking for writers 2026/04/13 05:15:13 DEBUG : file1: reading active writers 2026/04/13 05:15:13 DEBUG : Looking for writers 2026/04/13 05:15:13 DEBUG : dir: reading active writers 2026/04/13 05:15:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:13 DEBUG : dir/file1: vfs cache: starting upload 2026/04/13 05:15:13 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1.2f98c60a.partial" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1.2f98c60a.partial 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1.2f98c60a.partial" 2026/04/13 05:15:13 DEBUG : dir: Looking for writers 2026/04/13 05:15:13 DEBUG : file1: reading active writers 2026/04/13 05:15:13 DEBUG : Looking for writers 2026/04/13 05:15:13 DEBUG : dir: reading active writers 2026/04/13 05:15:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xajacop7lede/dir/file1.2f98c60a.partial 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:13 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/13 05:15:13 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/13 05:15:13 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/13 05:15:13 INFO : dir/file1: Copied (replaced existing) 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:13 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/13 05:15:14 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/13 05:15:14 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:14 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/13 05:15:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:14 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:14 DEBUG : dir: Looking for writers 2026/04/13 05:15:14 DEBUG : file1: reading active writers 2026/04/13 05:15:14 DEBUG : Looking for writers 2026/04/13 05:15:14 DEBUG : dir: reading active writers 2026/04/13 05:15:14 DEBUG : >WaitForWriters: 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/13 05:15:14 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:14 DEBUG : dir: Looking for writers 2026/04/13 05:15:14 DEBUG : file1: reading active writers 2026/04/13 05:15:14 DEBUG : Looking for writers 2026/04/13 05:15:14 DEBUG : dir: reading active writers 2026/04/13 05:15:14 DEBUG : >WaitForWriters: 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.06s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.37s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.50s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.83s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:14 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:14 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:14 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/13 05:15:14 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:14 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:14 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:14 DEBUG : dir: Looking for writers 2026/04/13 05:15:14 DEBUG : file1: reading active writers 2026/04/13 05:15:14 DEBUG : Looking for writers 2026/04/13 05:15:14 DEBUG : dir: reading active writers 2026/04/13 05:15:14 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.34s) === RUN TestFileOpenReadUnknownSize 2026/04/13 05:15:14 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/13 05:15:14 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/13 05:15:14 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:14 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/13 05:15:14 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:14 DEBUG : Looking for writers 2026/04/13 05:15:14 DEBUG : file.txt: reading active writers 2026/04/13 05:15:14 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:14 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (25 bytes), uploading instead of streaming 2026/04/13 05:15:14 DEBUG : dir/file1: size = 25 OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:14 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/13 05:15:14 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:14 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:14 DEBUG : dir: Looking for writers 2026/04/13 05:15:14 DEBUG : file1: reading active writers 2026/04/13 05:15:14 DEBUG : Looking for writers 2026/04/13 05:15:14 DEBUG : dir: reading active writers 2026/04/13 05:15:14 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.33s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:14 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:14 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:15 DEBUG : dir/file1: Remove: 2026/04/13 05:15:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:15 DEBUG : dir/file1: >Remove: err= 2026/04/13 05:15:15 DEBUG : dir/file1: Remove: 2026/04/13 05:15:15 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/13 05:15:15 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:15 DEBUG : dir: Looking for writers 2026/04/13 05:15:15 DEBUG : Looking for writers 2026/04/13 05:15:15 DEBUG : dir: reading active writers 2026/04/13 05:15:15 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.18s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:15 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:15 DEBUG : dir/file1: Remove: 2026/04/13 05:15:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:15 DEBUG : dir/file1: >Remove: err= 2026/04/13 05:15:15 DEBUG : dir/file1: Remove: 2026/04/13 05:15:15 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/13 05:15:15 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:15 DEBUG : dir: Looking for writers 2026/04/13 05:15:15 DEBUG : Looking for writers 2026/04/13 05:15:15 DEBUG : dir: reading active writers 2026/04/13 05:15:15 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.23s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:15 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:15 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/13 05:15:15 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/13 05:15:15 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/13 05:15:15 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/13 05:15:15 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/13 05:15:15 DEBUG : dir/file1: Open: flags=0x3 2026/04/13 05:15:15 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/13 05:15:15 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/13 05:15:15 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:15 DEBUG : dir: Looking for writers 2026/04/13 05:15:15 DEBUG : file1: reading active writers 2026/04/13 05:15:15 DEBUG : Looking for writers 2026/04/13 05:15:15 DEBUG : dir: reading active writers 2026/04/13 05:15:15 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.25s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:15 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:15 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:15 DEBUG : dir: Looking for writers 2026/04/13 05:15:15 DEBUG : file1: reading active writers 2026/04/13 05:15:15 DEBUG : Looking for writers 2026/04/13 05:15:15 DEBUG : dir: reading active writers 2026/04/13 05:15:15 DEBUG : >WaitForWriters: 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:15 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5ce8f00 2026/04/13 05:15:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:15 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:16 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/13 05:15:16 DEBUG : dir/file1: Updating file with dir/file1 0x27f0e5ce8f00 2026/04/13 05:15:16 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/13 05:15:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:16 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:16 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/13 05:15:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:16 DEBUG : dir/file1: File is currently open, delaying rename 0x27f0e5ce8f00 2026/04/13 05:15:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (25 bytes), uploading instead of streaming 2026/04/13 05:15:16 DEBUG : dir/file1: size = 25 OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:16 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/13 05:15:16 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:16 DEBUG : newLeaf: Running delayed rename now 2026/04/13 05:15:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:16 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5ce8f00 2026/04/13 05:15:16 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:16 DEBUG : dir: Looking for writers 2026/04/13 05:15:16 DEBUG : Looking for writers 2026/04/13 05:15:16 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:16 DEBUG : dir: reading active writers 2026/04/13 05:15:16 DEBUG : >WaitForWriters: 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/13 05:15:16 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:16 DEBUG : dir: Looking for writers 2026/04/13 05:15:16 DEBUG : Looking for writers 2026/04/13 05:15:16 DEBUG : dir: reading active writers 2026/04/13 05:15:16 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:16 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:16 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:16 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:16 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:16 DEBUG : dir: Looking for writers 2026/04/13 05:15:16 DEBUG : file1: reading active writers 2026/04/13 05:15:16 DEBUG : Looking for writers 2026/04/13 05:15:16 DEBUG : dir: reading active writers 2026/04/13 05:15:16 DEBUG : >WaitForWriters: 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:16 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:17 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e600ccc0 2026/04/13 05:15:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:17 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/13 05:15:17 DEBUG : dir/file1: Updating file with dir/file1 0x27f0e600ccc0 2026/04/13 05:15:17 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/13 05:15:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:17 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/13 05:15:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:17 DEBUG : dir/file1: File is currently open, delaying rename 0x27f0e600ccc0 2026/04/13 05:15:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (25 bytes), uploading instead of streaming 2026/04/13 05:15:17 DEBUG : dir/file1: size = 25 OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:17 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/13 05:15:17 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:17 DEBUG : newLeaf: Running delayed rename now 2026/04/13 05:15:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:17 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e600ccc0 2026/04/13 05:15:17 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:17 DEBUG : dir: Looking for writers 2026/04/13 05:15:17 DEBUG : Looking for writers 2026/04/13 05:15:17 DEBUG : dir: reading active writers 2026/04/13 05:15:17 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:17 DEBUG : >WaitForWriters: 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/13 05:15:17 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:17 DEBUG : dir: Looking for writers 2026/04/13 05:15:17 DEBUG : Looking for writers 2026/04/13 05:15:17 DEBUG : dir: reading active writers 2026/04/13 05:15:17 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:17 DEBUG : >WaitForWriters: 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:17 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:17 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:17 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/13 05:15:17 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:17 DEBUG : dir/file1(0x27f0e5925cc0): openPending: 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:17 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/13 05:15:18 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/13 05:15:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5925cc0): >openPending: err= 2026/04/13 05:15:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/13 05:15:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5925cc0): _writeAt: size=14, off=0 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5925cc0): >_writeAt: n=14, err= 2026/04/13 05:15:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5925cc0): close: 2026/04/13 05:15:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/13 05:15:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/13 05:15:18 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5925cc0): >close: err= 2026/04/13 05:15:18 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:18 DEBUG : dir: Looking for writers 2026/04/13 05:15:18 DEBUG : file1: reading active writers 2026/04/13 05:15:18 DEBUG : Looking for writers 2026/04/13 05:15:18 DEBUG : dir: reading active writers 2026/04/13 05:15:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:18 DEBUG : dir: Looking for writers 2026/04/13 05:15:18 DEBUG : file1: reading active writers 2026/04/13 05:15:18 DEBUG : Looking for writers 2026/04/13 05:15:18 DEBUG : dir: reading active writers 2026/04/13 05:15:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:18 DEBUG : dir: Looking for writers 2026/04/13 05:15:18 DEBUG : file1: reading active writers 2026/04/13 05:15:18 DEBUG : Looking for writers 2026/04/13 05:15:18 DEBUG : dir: reading active writers 2026/04/13 05:15:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:18 DEBUG : dir: Looking for writers 2026/04/13 05:15:18 DEBUG : file1: reading active writers 2026/04/13 05:15:18 DEBUG : Looking for writers 2026/04/13 05:15:18 DEBUG : dir: reading active writers 2026/04/13 05:15:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:18 DEBUG : dir/file1: vfs cache: starting upload 2026/04/13 05:15:18 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1.ca338588.partial" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1.ca338588.partial 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1.ca338588.partial" 2026/04/13 05:15:18 DEBUG : dir: Looking for writers 2026/04/13 05:15:18 DEBUG : file1: reading active writers 2026/04/13 05:15:18 DEBUG : Looking for writers 2026/04/13 05:15:18 DEBUG : dir: reading active writers 2026/04/13 05:15:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1.ca338588.partial 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:18 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/13 05:15:18 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/13 05:15:18 INFO : dir/file1: Copied (replaced existing) 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:18 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:18 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/13 05:15:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:18 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:18 DEBUG : dir: Looking for writers 2026/04/13 05:15:18 DEBUG : file1: reading active writers 2026/04/13 05:15:18 DEBUG : Looking for writers 2026/04/13 05:15:18 DEBUG : dir: reading active writers 2026/04/13 05:15:18 DEBUG : >WaitForWriters: 2026/04/13 05:15:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:18 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5519240): _readAt: size=512, off=0 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5519240): openPending: 2026/04/13 05:15:18 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/13 05:15:18 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/13 05:15:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5519240): >openPending: err= 2026/04/13 05:15:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5519240): >_readAt: n=14, err=EOF 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5519240): close: 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5519240): >close: err= 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:18 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/13 05:15:18 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5ce9c80 2026/04/13 05:15:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:18 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:18 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/13 05:15:18 DEBUG : dir/file1: Updating file with dir/file1 0x27f0e5ce9c80 2026/04/13 05:15:18 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/13 05:15:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:18 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:18 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5f2e3c0): openPending: 2026/04/13 05:15:18 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/13 05:15:18 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/13 05:15:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5f2e3c0): >openPending: err= 2026/04/13 05:15:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/13 05:15:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5f2e3c0): _writeAt: size=25, off=0 2026/04/13 05:15:18 DEBUG : dir/file1(0x27f0e5f2e3c0): >_writeAt: n=25, err= 2026/04/13 05:15:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:18 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/13 05:15:19 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5ce9c80 2026/04/13 05:15:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:19 DEBUG : newLeaf(0x27f0e5f2e3c0): close: 2026/04/13 05:15:19 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/13 05:15:19 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-13 05:15:18.975737091 +0000 UTC m=+17.257928984 2026/04/13 05:15:19 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:19 DEBUG : newLeaf(0x27f0e5f2e3c0): >close: err= 2026/04/13 05:15:19 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:19 DEBUG : dir: Looking for writers 2026/04/13 05:15:19 DEBUG : Looking for writers 2026/04/13 05:15:19 DEBUG : dir: reading active writers 2026/04/13 05:15:19 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:19 DEBUG : dir: Looking for writers 2026/04/13 05:15:19 DEBUG : Looking for writers 2026/04/13 05:15:19 DEBUG : dir: reading active writers 2026/04/13 05:15:19 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:19 DEBUG : dir: Looking for writers 2026/04/13 05:15:19 DEBUG : Looking for writers 2026/04/13 05:15:19 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:19 DEBUG : dir: reading active writers 2026/04/13 05:15:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:19 DEBUG : dir: Looking for writers 2026/04/13 05:15:19 DEBUG : Looking for writers 2026/04/13 05:15:19 DEBUG : dir: reading active writers 2026/04/13 05:15:19 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:19 DEBUG : newLeaf: vfs cache: starting upload 2026/04/13 05:15:19 DEBUG : newLeaf.f713b2e8.partial: size = 25 OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf.f713b2e8.partial" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf.f713b2e8.partial 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf.f713b2e8.partial" 2026/04/13 05:15:19 DEBUG : dir: Looking for writers 2026/04/13 05:15:19 DEBUG : Looking for writers 2026/04/13 05:15:19 DEBUG : dir: reading active writers 2026/04/13 05:15:19 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf.f713b2e8.partial 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : newLeaf.f713b2e8.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:19 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/13 05:15:19 DEBUG : newLeaf.f713b2e8.partial: renamed to: newLeaf 2026/04/13 05:15:19 INFO : newLeaf: Copied (replaced existing) 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:19 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-13 05:15:18 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/13 05:15:19 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/13 05:15:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:19 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/13 05:15:19 DEBUG : dir: Looking for writers 2026/04/13 05:15:19 DEBUG : Looking for writers 2026/04/13 05:15:19 DEBUG : dir: reading active writers 2026/04/13 05:15:19 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:19 DEBUG : >WaitForWriters: 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/13 05:15:19 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:19 DEBUG : dir: Looking for writers 2026/04/13 05:15:19 DEBUG : Looking for writers 2026/04/13 05:15:19 DEBUG : dir: reading active writers 2026/04/13 05:15:19 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:19 DEBUG : >WaitForWriters: 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:19 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:19 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:19 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:19 DEBUG : dir: Looking for writers 2026/04/13 05:15:19 DEBUG : file1: reading active writers 2026/04/13 05:15:19 DEBUG : Looking for writers 2026/04/13 05:15:19 DEBUG : dir: reading active writers 2026/04/13 05:15:19 DEBUG : >WaitForWriters: 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:19 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5d25440 2026/04/13 05:15:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:19 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:20 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/13 05:15:20 DEBUG : dir/file1: Updating file with dir/file1 0x27f0e5d25440 2026/04/13 05:15:20 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/13 05:15:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:20 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:20 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:20 DEBUG : dir/file1(0x27f0e5f2fb00): openPending: 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/13 05:15:20 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/13 05:15:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:20 DEBUG : dir/file1(0x27f0e5f2fb00): >openPending: err= 2026/04/13 05:15:20 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/13 05:15:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:20 DEBUG : dir/file1(0x27f0e5f2fb00): _writeAt: size=25, off=0 2026/04/13 05:15:20 DEBUG : dir/file1(0x27f0e5f2fb00): >_writeAt: n=25, err= 2026/04/13 05:15:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:20 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/13 05:15:20 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5d25440 2026/04/13 05:15:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:20 DEBUG : newLeaf(0x27f0e5f2fb00): close: 2026/04/13 05:15:20 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/13 05:15:20 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-13 05:15:20.407208838 +0000 UTC m=+18.689400740 2026/04/13 05:15:20 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:20 DEBUG : newLeaf(0x27f0e5f2fb00): >close: err= 2026/04/13 05:15:20 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:20 DEBUG : dir: Looking for writers 2026/04/13 05:15:20 DEBUG : Looking for writers 2026/04/13 05:15:20 DEBUG : dir: reading active writers 2026/04/13 05:15:20 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:20 DEBUG : dir: Looking for writers 2026/04/13 05:15:20 DEBUG : Looking for writers 2026/04/13 05:15:20 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:20 DEBUG : dir: reading active writers 2026/04/13 05:15:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:20 DEBUG : dir: Looking for writers 2026/04/13 05:15:20 DEBUG : Looking for writers 2026/04/13 05:15:20 DEBUG : dir: reading active writers 2026/04/13 05:15:20 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:20 DEBUG : dir: Looking for writers 2026/04/13 05:15:20 DEBUG : Looking for writers 2026/04/13 05:15:20 DEBUG : dir: reading active writers 2026/04/13 05:15:20 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:20 DEBUG : newLeaf: vfs cache: starting upload 2026/04/13 05:15:20 DEBUG : newLeaf.1f691a52.partial: size = 25 OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf.1f691a52.partial" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf.1f691a52.partial 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf.1f691a52.partial" 2026/04/13 05:15:20 DEBUG : dir: Looking for writers 2026/04/13 05:15:20 DEBUG : Looking for writers 2026/04/13 05:15:20 DEBUG : dir: reading active writers 2026/04/13 05:15:20 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf.1f691a52.partial 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : newLeaf.1f691a52.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:20 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/13 05:15:20 DEBUG : newLeaf.1f691a52.partial: renamed to: newLeaf 2026/04/13 05:15:20 INFO : newLeaf: Copied (replaced existing) 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:20 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-13 05:15:20 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/13 05:15:20 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/13 05:15:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:20 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/13 05:15:20 DEBUG : dir: Looking for writers 2026/04/13 05:15:20 DEBUG : Looking for writers 2026/04/13 05:15:20 DEBUG : dir: reading active writers 2026/04/13 05:15:20 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:20 DEBUG : >WaitForWriters: 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:20 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/13 05:15:21 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:21 DEBUG : dir: Looking for writers 2026/04/13 05:15:21 DEBUG : Looking for writers 2026/04/13 05:15:21 DEBUG : dir: reading active writers 2026/04/13 05:15:21 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:21 DEBUG : >WaitForWriters: 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:21 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:21 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:21 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:21 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:21 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:21 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/13 05:15:21 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e621aa80): openPending: 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:21 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/13 05:15:21 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/13 05:15:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e621aa80): >openPending: err= 2026/04/13 05:15:21 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/13 05:15:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e621aa80): _writeAt: size=14, off=0 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e621aa80): >_writeAt: n=14, err= 2026/04/13 05:15:21 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e621aa80): close: 2026/04/13 05:15:21 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/13 05:15:21 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/13 05:15:21 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e621aa80): >close: err= 2026/04/13 05:15:21 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:21 DEBUG : dir: Looking for writers 2026/04/13 05:15:21 DEBUG : file1: reading active writers 2026/04/13 05:15:21 DEBUG : Looking for writers 2026/04/13 05:15:21 DEBUG : dir: reading active writers 2026/04/13 05:15:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:21 DEBUG : dir: Looking for writers 2026/04/13 05:15:21 DEBUG : file1: reading active writers 2026/04/13 05:15:21 DEBUG : Looking for writers 2026/04/13 05:15:21 DEBUG : dir: reading active writers 2026/04/13 05:15:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:21 DEBUG : dir: Looking for writers 2026/04/13 05:15:21 DEBUG : file1: reading active writers 2026/04/13 05:15:21 DEBUG : Looking for writers 2026/04/13 05:15:21 DEBUG : dir: reading active writers 2026/04/13 05:15:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:21 DEBUG : dir: Looking for writers 2026/04/13 05:15:21 DEBUG : file1: reading active writers 2026/04/13 05:15:21 DEBUG : Looking for writers 2026/04/13 05:15:21 DEBUG : dir: reading active writers 2026/04/13 05:15:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:21 DEBUG : dir/file1: vfs cache: starting upload 2026/04/13 05:15:21 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1.ca338588.partial" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1.ca338588.partial 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1.ca338588.partial" 2026/04/13 05:15:21 DEBUG : dir: Looking for writers 2026/04/13 05:15:21 DEBUG : file1: reading active writers 2026/04/13 05:15:21 DEBUG : Looking for writers 2026/04/13 05:15:21 DEBUG : dir: reading active writers 2026/04/13 05:15:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1.ca338588.partial 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:21 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/13 05:15:21 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/13 05:15:21 INFO : dir/file1: Copied (replaced existing) 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:21 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:21 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/13 05:15:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:21 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:21 DEBUG : dir: Looking for writers 2026/04/13 05:15:21 DEBUG : file1: reading active writers 2026/04/13 05:15:21 DEBUG : Looking for writers 2026/04/13 05:15:21 DEBUG : dir: reading active writers 2026/04/13 05:15:21 DEBUG : >WaitForWriters: 2026/04/13 05:15:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:21 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e5f98b40): _readAt: size=512, off=0 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e5f98b40): openPending: 2026/04/13 05:15:21 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/13 05:15:21 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/13 05:15:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e5f98b40): >openPending: err= 2026/04/13 05:15:21 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e5f98b40): >_readAt: n=14, err=EOF 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e5f98b40): close: 2026/04/13 05:15:21 DEBUG : dir/file1(0x27f0e5f98b40): >close: err= 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:21 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/13 05:15:21 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5f3c900 2026/04/13 05:15:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:21 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:22 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:22 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/13 05:15:22 DEBUG : dir/file1: Updating file with dir/file1 0x27f0e5f3c900 2026/04/13 05:15:22 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/13 05:15:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:22 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:22 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:22 DEBUG : dir/file1(0x27f0e6310440): openPending: 2026/04/13 05:15:22 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/13 05:15:22 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/13 05:15:22 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:22 DEBUG : dir/file1(0x27f0e6310440): >openPending: err= 2026/04/13 05:15:22 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/13 05:15:22 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:22 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:22 DEBUG : dir/file1(0x27f0e6310440): _writeAt: size=25, off=0 2026/04/13 05:15:22 DEBUG : dir/file1(0x27f0e6310440): >_writeAt: n=25, err= 2026/04/13 05:15:22 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:22 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/13 05:15:22 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5f3c900 2026/04/13 05:15:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:22 DEBUG : newLeaf(0x27f0e6310440): close: 2026/04/13 05:15:22 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/13 05:15:22 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-13 05:15:22.364529301 +0000 UTC m=+20.646721203 2026/04/13 05:15:22 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:22 DEBUG : newLeaf(0x27f0e6310440): >close: err= 2026/04/13 05:15:22 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:22 DEBUG : dir: Looking for writers 2026/04/13 05:15:22 DEBUG : Looking for writers 2026/04/13 05:15:22 DEBUG : dir: reading active writers 2026/04/13 05:15:22 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:22 DEBUG : dir: Looking for writers 2026/04/13 05:15:22 DEBUG : Looking for writers 2026/04/13 05:15:22 DEBUG : dir: reading active writers 2026/04/13 05:15:22 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:22 DEBUG : dir: Looking for writers 2026/04/13 05:15:22 DEBUG : Looking for writers 2026/04/13 05:15:22 DEBUG : dir: reading active writers 2026/04/13 05:15:22 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:22 DEBUG : dir: Looking for writers 2026/04/13 05:15:22 DEBUG : Looking for writers 2026/04/13 05:15:22 DEBUG : dir: reading active writers 2026/04/13 05:15:22 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:22 DEBUG : newLeaf: vfs cache: starting upload 2026/04/13 05:15:22 DEBUG : newLeaf.cf1f8c21.partial: size = 25 OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf.cf1f8c21.partial" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf.cf1f8c21.partial 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf.cf1f8c21.partial" 2026/04/13 05:15:22 DEBUG : dir: Looking for writers 2026/04/13 05:15:22 DEBUG : Looking for writers 2026/04/13 05:15:22 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:22 DEBUG : dir: reading active writers 2026/04/13 05:15:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf.cf1f8c21.partial 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : newLeaf.cf1f8c21.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:22 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/13 05:15:22 DEBUG : newLeaf.cf1f8c21.partial: renamed to: newLeaf 2026/04/13 05:15:22 INFO : newLeaf: Copied (replaced existing) 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:22 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-13 05:15:22 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/13 05:15:22 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/13 05:15:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:22 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/13 05:15:22 DEBUG : dir: Looking for writers 2026/04/13 05:15:22 DEBUG : Looking for writers 2026/04/13 05:15:22 DEBUG : dir: reading active writers 2026/04/13 05:15:22 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:22 DEBUG : >WaitForWriters: 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:22 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/13 05:15:22 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:22 DEBUG : dir: Looking for writers 2026/04/13 05:15:22 DEBUG : Looking for writers 2026/04/13 05:15:22 DEBUG : dir: reading active writers 2026/04/13 05:15:22 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:22 DEBUG : >WaitForWriters: 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:22 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:22 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:22 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:22 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:22 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:22 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:23 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:23 DEBUG : dir: Looking for writers 2026/04/13 05:15:23 DEBUG : file1: reading active writers 2026/04/13 05:15:23 DEBUG : Looking for writers 2026/04/13 05:15:23 DEBUG : dir: reading active writers 2026/04/13 05:15:23 DEBUG : >WaitForWriters: 2026/04/13 05:15:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:23 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:23 DEBUG : dir/file1(0x27f0e6310c40): _readAt: size=512, off=0 2026/04/13 05:15:23 DEBUG : dir/file1(0x27f0e6310c40): openPending: 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/13 05:15:23 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/13 05:15:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:23 DEBUG : dir/file1(0x27f0e6310c40): >openPending: err= 2026/04/13 05:15:23 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/13 05:15:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:23 DEBUG : dir/file1(0x27f0e6310c40): >_readAt: n=14, err=EOF 2026/04/13 05:15:23 DEBUG : dir/file1(0x27f0e6310c40): close: 2026/04/13 05:15:23 DEBUG : dir/file1(0x27f0e6310c40): >close: err= 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:23 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:23 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/13 05:15:23 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5d9e300 2026/04/13 05:15:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:23 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:23 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:23 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/13 05:15:23 DEBUG : dir/file1: Updating file with dir/file1 0x27f0e5d9e300 2026/04/13 05:15:23 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/13 05:15:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:23 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:24 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:24 DEBUG : dir/file1(0x27f0e5ca9400): openPending: 2026/04/13 05:15:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/13 05:15:24 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/13 05:15:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:24 DEBUG : dir/file1(0x27f0e5ca9400): >openPending: err= 2026/04/13 05:15:24 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/13 05:15:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:24 DEBUG : dir/file1(0x27f0e5ca9400): _writeAt: size=25, off=0 2026/04/13 05:15:24 DEBUG : dir/file1(0x27f0e5ca9400): >_writeAt: n=25, err= 2026/04/13 05:15:24 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:24 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/13 05:15:24 DEBUG : newLeaf: Updating file with newLeaf 0x27f0e5d9e300 2026/04/13 05:15:24 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:24 DEBUG : newLeaf(0x27f0e5ca9400): close: 2026/04/13 05:15:24 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/13 05:15:24 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-13 05:15:24.141351997 +0000 UTC m=+22.423543899 2026/04/13 05:15:24 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:24 DEBUG : newLeaf(0x27f0e5ca9400): >close: err= 2026/04/13 05:15:24 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:24 DEBUG : dir: Looking for writers 2026/04/13 05:15:24 DEBUG : Looking for writers 2026/04/13 05:15:24 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:24 DEBUG : dir: reading active writers 2026/04/13 05:15:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:24 DEBUG : dir: Looking for writers 2026/04/13 05:15:24 DEBUG : Looking for writers 2026/04/13 05:15:24 DEBUG : dir: reading active writers 2026/04/13 05:15:24 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:24 DEBUG : dir: Looking for writers 2026/04/13 05:15:24 DEBUG : Looking for writers 2026/04/13 05:15:24 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:24 DEBUG : dir: reading active writers 2026/04/13 05:15:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:24 DEBUG : dir: Looking for writers 2026/04/13 05:15:24 DEBUG : Looking for writers 2026/04/13 05:15:24 DEBUG : dir: reading active writers 2026/04/13 05:15:24 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:24 DEBUG : newLeaf: vfs cache: starting upload 2026/04/13 05:15:24 DEBUG : newLeaf.0866e625.partial: size = 25 OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf.0866e625.partial" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf.0866e625.partial 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf.0866e625.partial" 2026/04/13 05:15:24 DEBUG : dir: Looking for writers 2026/04/13 05:15:24 DEBUG : Looking for writers 2026/04/13 05:15:24 DEBUG : dir: reading active writers 2026/04/13 05:15:24 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf.0866e625.partial 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : newLeaf.0866e625.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:24 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/13 05:15:24 DEBUG : newLeaf.0866e625.partial: renamed to: newLeaf 2026/04/13 05:15:24 INFO : newLeaf: Copied (replaced existing) 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : dir: Looking for writers 2026/04/13 05:15:24 DEBUG : Looking for writers 2026/04/13 05:15:24 DEBUG : dir: reading active writers 2026/04/13 05:15:24 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:24 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-13 05:15:24 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/13 05:15:24 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/13 05:15:24 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/13 05:15:24 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/13 05:15:24 DEBUG : >WaitForWriters: 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/newLeaf" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xajacop7lede/newLeaf 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/13 05:15:24 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:24 DEBUG : dir: Looking for writers 2026/04/13 05:15:24 DEBUG : Looking for writers 2026/04/13 05:15:24 DEBUG : dir: reading active writers 2026/04/13 05:15:24 DEBUG : newLeaf: reading active writers 2026/04/13 05:15:24 DEBUG : >WaitForWriters: 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestFileRename (9.22s) --- PASS: TestFileRename/off,forceCache=false (1.06s) --- PASS: TestFileRename/minimal,forceCache=false (1.14s) --- PASS: TestFileRename/minimal,forceCache=true (1.82s) --- PASS: TestFileRename/writes,forceCache=false (1.48s) --- PASS: TestFileRename/writes,forceCache=true (1.96s) --- PASS: TestFileRename/full,forceCache=false (1.76s) === RUN TestFileStructSize file_test.go:419: File struct has size 192 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:24 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:24 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:24 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:24 DEBUG : Looking for writers 2026/04/13 05:15:24 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-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:24 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:24 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/13 05:15:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/13 05:15:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:24 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:24 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:24 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:25 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:25 DEBUG : dir: Looking for writers 2026/04/13 05:15:25 DEBUG : file1: reading active writers 2026/04/13 05:15:25 DEBUG : Looking for writers 2026/04/13 05:15:25 DEBUG : dir: reading active writers 2026/04/13 05:15:25 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.28s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:25 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:25 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:25 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:25 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/13 05:15:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/13 05:15:25 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/13 05:15:25 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/13 05:15:25 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/13 05:15:25 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:25 DEBUG : dir: Looking for writers 2026/04/13 05:15:25 DEBUG : file1: reading active writers 2026/04/13 05:15:25 DEBUG : Looking for writers 2026/04/13 05:15:25 DEBUG : dir: reading active writers 2026/04/13 05:15:25 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:25 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:25 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:25 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:25 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/13 05:15:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/13 05:15:25 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/13 05:15:25 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/13 05:15:25 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/13 05:15:25 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/13 05:15:25 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/13 05:15:25 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/13 05:15:25 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/13 05:15:25 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/13 05:15:25 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/13 05:15:25 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/13 05:15:25 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/13 05:15:25 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/13 05:15:25 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/13 05:15:25 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:25 DEBUG : dir: Looking for writers 2026/04/13 05:15:25 DEBUG : file1: reading active writers 2026/04/13 05:15:25 DEBUG : Looking for writers 2026/04/13 05:15:25 DEBUG : dir: reading active writers 2026/04/13 05:15:25 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:25 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:25 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:25 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:25 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/13 05:15:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:25 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:25 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:25 DEBUG : dir: Looking for writers 2026/04/13 05:15:25 DEBUG : file1: reading active writers 2026/04/13 05:15:25 DEBUG : Looking for writers 2026/04/13 05:15:25 DEBUG : dir: reading active writers 2026/04/13 05:15:25 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.28s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:25 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:25 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:26 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:26 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/13 05:15:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/13 05:15:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:26 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:26 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:26 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/13 05:15:26 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:26 DEBUG : dir: Looking for writers 2026/04/13 05:15:26 DEBUG : file1: reading active writers 2026/04/13 05:15:26 DEBUG : Looking for writers 2026/04/13 05:15:26 DEBUG : dir: reading active writers 2026/04/13 05:15:26 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.33s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:26 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:26 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:26 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): _readAt: size=1, off=0 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): openPending: 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/13 05:15:26 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/13 05:15:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): >openPending: err= 2026/04/13 05:15:26 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/13 05:15:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): >_readAt: n=1, err= 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): _readAt: size=256, off=1 2026/04/13 05:15:26 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): >_readAt: n=15, err=EOF 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): _readAt: size=16, off=16 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): >_readAt: n=0, err=EOF 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): close: 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): >close: err= 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): close: 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5e0fd00): >close: err=file already closed 2026/04/13 05:15:26 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:26 DEBUG : dir: Looking for writers 2026/04/13 05:15:26 DEBUG : file1: reading active writers 2026/04/13 05:15:26 DEBUG : Looking for writers 2026/04/13 05:15:26 DEBUG : dir: reading active writers 2026/04/13 05:15:26 DEBUG : >WaitForWriters: 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.33s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:26 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:26 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:26 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:26 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): _readAt: size=1, off=0 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): openPending: 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:26 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/13 05:15:26 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/13 05:15:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): >openPending: err= 2026/04/13 05:15:26 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/13 05:15:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): >_readAt: n=1, err= 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): _readAt: size=1, off=5 2026/04/13 05:15:26 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): >_readAt: n=1, err= 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): _readAt: size=1, off=3 2026/04/13 05:15:26 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): >_readAt: n=1, err= 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): _readAt: size=1, off=13 2026/04/13 05:15:26 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): >_readAt: n=1, err= 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): _readAt: size=16, off=100 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): >_readAt: n=0, err=EOF 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): close: 2026/04/13 05:15:26 DEBUG : dir/file1(0x27f0e5d6db40): >close: err= 2026/04/13 05:15:26 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:26 DEBUG : dir: Looking for writers 2026/04/13 05:15:26 DEBUG : file1: reading active writers 2026/04/13 05:15:26 DEBUG : Looking for writers 2026/04/13 05:15:26 DEBUG : dir: reading active writers 2026/04/13 05:15:26 DEBUG : >WaitForWriters: 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:26 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:26 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:26 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:27 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): _readAt: size=1, off=0 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): openPending: 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/13 05:15:27 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/13 05:15:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >openPending: err= 2026/04/13 05:15:27 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >_readAt: n=1, err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): _readAt: size=1, off=5 2026/04/13 05:15:27 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >_readAt: n=1, err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): _readAt: size=1, off=1 2026/04/13 05:15:27 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >_readAt: n=1, err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): _readAt: size=6, off=10 2026/04/13 05:15:27 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >_readAt: n=6, err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): _readAt: size=256, off=10 2026/04/13 05:15:27 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >_readAt: n=6, err=EOF 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): _readAt: size=256, off=100 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >_readAt: n=0, err=EOF 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): close: 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >close: err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): _readAt: size=256, off=100 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5eaa500): >_readAt: n=0, err=file already closed 2026/04/13 05:15:27 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:27 DEBUG : dir: Looking for writers 2026/04/13 05:15:27 DEBUG : file1: reading active writers 2026/04/13 05:15:27 DEBUG : Looking for writers 2026/04/13 05:15:27 DEBUG : dir: reading active writers 2026/04/13 05:15:27 DEBUG : >WaitForWriters: 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.33s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:27 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:27 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): RWFileHandle.Flush 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): _readAt: size=256, off=0 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): openPending: 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/13 05:15:27 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/13 05:15:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): >openPending: err= 2026/04/13 05:15:27 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): >_readAt: n=16, err=EOF 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): RWFileHandle.Flush 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): RWFileHandle.Flush 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): close: 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e5f84ec0): >close: err= 2026/04/13 05:15:27 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:27 DEBUG : dir: Looking for writers 2026/04/13 05:15:27 DEBUG : file1: reading active writers 2026/04/13 05:15:27 DEBUG : Looking for writers 2026/04/13 05:15:27 DEBUG : dir: reading active writers 2026/04/13 05:15:27 DEBUG : >WaitForWriters: 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.28s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:27 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:27 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:27 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/13 05:15:27 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e600adc0): _readAt: size=256, off=0 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e600adc0): openPending: 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/13 05:15:27 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/13 05:15:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e600adc0): >openPending: err= 2026/04/13 05:15:27 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:27 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e600adc0): >_readAt: n=16, err=EOF 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e600adc0): RWFileHandle.Release 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e600adc0): close: 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e600adc0): >close: err= 2026/04/13 05:15:27 DEBUG : dir/file1(0x27f0e600adc0): RWFileHandle.Release 2026/04/13 05:15:27 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:27 DEBUG : dir: Looking for writers 2026/04/13 05:15:27 DEBUG : file1: reading active writers 2026/04/13 05:15:27 DEBUG : Looking for writers 2026/04/13 05:15:27 DEBUG : dir: reading active writers 2026/04/13 05:15:27 DEBUG : >WaitForWriters: 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.32s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:27 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:27 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:27 DEBUG : file1: newRWFileHandle: 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): openPending: 2026/04/13 05:15:27 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): >openPending: err= 2026/04/13 05:15:27 DEBUG : file1: >newRWFileHandle: err= 2026/04/13 05:15:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:27 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/13 05:15:27 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): _writeAt: size=5, off=0 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): >_writeAt: n=5, err= 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): _writeAt: size=7, off=5 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): >_writeAt: n=7, err= 2026/04/13 05:15:27 DEBUG : file1: vfs cache: truncate to size=11 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): close: 2026/04/13 05:15:27 DEBUG : file1: vfs cache: setting modification time to 2026-04-13 05:15:27.880327929 +0000 UTC m=+26.162519821 2026/04/13 05:15:27 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): >close: err= 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): close: 2026/04/13 05:15:27 DEBUG : file1(0x27f0e599e3c0): >close: err=file already closed 2026/04/13 05:15:27 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:27 DEBUG : Looking for writers 2026/04/13 05:15:27 DEBUG : file1: reading active writers 2026/04/13 05:15:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:27 DEBUG : Looking for writers 2026/04/13 05:15:27 DEBUG : file1: reading active writers 2026/04/13 05:15:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:27 DEBUG : Looking for writers 2026/04/13 05:15:27 DEBUG : file1: reading active writers 2026/04/13 05:15:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:27 DEBUG : Looking for writers 2026/04/13 05:15:27 DEBUG : file1: reading active writers 2026/04/13 05:15:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:27 DEBUG : file1: vfs cache: starting upload 2026/04/13 05:15:27 DEBUG : file1.de0fa731.partial: size = 11 OK 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1.de0fa731.partial" 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1.de0fa731.partial 2026/04/13 05:15:27 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1.de0fa731.partial" 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xajacop7lede/file1.de0fa731.partial 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:28 DEBUG : file1.de0fa731.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/13 05:15:28 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/13 05:15:28 DEBUG : file1.de0fa731.partial: renamed to: file1 2026/04/13 05:15:28 INFO : file1: Copied (new) 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:28 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/13 05:15:28 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-13 05:15:27 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/13 05:15:28 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:28 INFO : file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : >WaitForWriters: 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:28 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:28 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/13 05:15:28 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : >WaitForWriters: 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:28 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:28 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:28 DEBUG : file1: newRWFileHandle: 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): openPending: 2026/04/13 05:15:28 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): >openPending: err= 2026/04/13 05:15:28 DEBUG : file1: >newRWFileHandle: err= 2026/04/13 05:15:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:28 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/13 05:15:28 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): _writeAt: size=7, off=0 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): >_writeAt: n=7, err= 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): _writeAt: size=6, off=5 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): >_writeAt: n=6, err= 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): close: 2026/04/13 05:15:28 DEBUG : file1: vfs cache: setting modification time to 2026-04-13 05:15:28.395195426 +0000 UTC m=+26.677387328 2026/04/13 05:15:28 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): >close: err= 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): _writeAt: size=5, off=0 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5924300): >_writeAt: n=0, err=file already closed 2026/04/13 05:15:28 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:28 DEBUG : file1: vfs cache: starting upload 2026/04/13 05:15:28 DEBUG : file1.4fff3ad6.partial: size = 11 OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1.4fff3ad6.partial" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1.4fff3ad6.partial 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1.4fff3ad6.partial" 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xajacop7lede/file1.4fff3ad6.partial 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:28 DEBUG : file1.4fff3ad6.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/13 05:15:28 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/13 05:15:28 DEBUG : file1.4fff3ad6.partial: renamed to: file1 2026/04/13 05:15:28 INFO : file1: Copied (new) 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:28 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/13 05:15:28 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-13 05:15:28 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/13 05:15:28 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:28 INFO : file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : >WaitForWriters: 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:28 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xajacop7lede/file1 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:28 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/13 05:15:28 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : >WaitForWriters: 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:28 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:28 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:28 DEBUG : file1: newRWFileHandle: 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5518700): openPending: 2026/04/13 05:15:28 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5518700): >openPending: err= 2026/04/13 05:15:28 DEBUG : file1: >newRWFileHandle: err= 2026/04/13 05:15:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:28 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/13 05:15:28 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5518700): close: 2026/04/13 05:15:28 DEBUG : file1: vfs cache: setting modification time to 2026-04-13 05:15:28.912381064 +0000 UTC m=+27.194572997 2026/04/13 05:15:28 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:28 DEBUG : file1(0x27f0e5518700): >close: err= 2026/04/13 05:15:28 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/13 05:15:28 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/13 05:15:28 DEBUG : file2: newRWFileHandle: 2026/04/13 05:15:28 DEBUG : file2(0x27f0e5519280): openPending: 2026/04/13 05:15:28 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:28 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/13 05:15:28 DEBUG : file2(0x27f0e5519280): >openPending: err= 2026/04/13 05:15:28 DEBUG : file2: >newRWFileHandle: err= 2026/04/13 05:15:28 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/13 05:15:28 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/13 05:15:28 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/13 05:15:28 DEBUG : file2(0x27f0e5519280): RWFileHandle.Flush 2026/04/13 05:15:28 DEBUG : file2(0x27f0e5519280): RWFileHandle.Release 2026/04/13 05:15:28 DEBUG : file2(0x27f0e5519280): close: 2026/04/13 05:15:28 DEBUG : file2: vfs cache: setting modification time to 2026-04-13 05:15:28.913275475 +0000 UTC m=+27.195467367 2026/04/13 05:15:28 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:28 DEBUG : file2(0x27f0e5519280): >close: err= 2026/04/13 05:15:28 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : file2: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : file2: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : file2: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/13 05:15:28 DEBUG : Looking for writers 2026/04/13 05:15:28 DEBUG : file1: reading active writers 2026/04/13 05:15:28 DEBUG : file2: reading active writers 2026/04/13 05:15:28 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/13 05:15:29 DEBUG : file2: vfs cache: starting upload 2026/04/13 05:15:29 DEBUG : file1: vfs cache: starting upload 2026/04/13 05:15:29 DEBUG : file2.bf72d9b3.partial: size = 0 OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file2.bf72d9b3.partial" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file2.bf72d9b3.partial 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file2.bf72d9b3.partial" 2026/04/13 05:15:29 DEBUG : file1.7931bdad.partial: size = 0 OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1.7931bdad.partial" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1.7931bdad.partial 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1.7931bdad.partial" 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file2: reading active writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file2.bf72d9b3.partial 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file2.bf72d9b3.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:29 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file1.7931bdad.partial 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file1.7931bdad.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:29 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/13 05:15:29 DEBUG : file2.bf72d9b3.partial: renamed to: file2 2026/04/13 05:15:29 INFO : file2: Copied (new) 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file2" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file2 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file2" 2026/04/13 05:15:29 DEBUG : file1.7931bdad.partial: renamed to: file1 2026/04/13 05:15:29 INFO : file1: Copied (new) 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file2 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:29 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-13 05:15:28 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/13 05:15:29 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/13 05:15:29 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/13 05:15:29 INFO : file2: vfs cache: upload succeeded try #1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:29 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-13 05:15:28 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/13 05:15:29 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:29 INFO : file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file2: reading active writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : >WaitForWriters: 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file2" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file2 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file2" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file2 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file2" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file2 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file2" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xajacop7lede/file2 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/13 05:15:29 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : file2: reading active writers 2026/04/13 05:15:29 DEBUG : >WaitForWriters: 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.74s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:29 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:29 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:29 DEBUG : file1: newRWFileHandle: 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5f850c0): openPending: 2026/04/13 05:15:29 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5f850c0): >openPending: err= 2026/04/13 05:15:29 DEBUG : file1: >newRWFileHandle: err= 2026/04/13 05:15:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:29 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/13 05:15:29 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5f850c0): _writeAt: size=5, off=0 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5f850c0): >_writeAt: n=5, err= 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5f850c0): RWFileHandle.Flush 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5f850c0): RWFileHandle.Flush 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5f850c0): close: 2026/04/13 05:15:29 DEBUG : file1: vfs cache: setting modification time to 2026-04-13 05:15:29.650650761 +0000 UTC m=+27.932842652 2026/04/13 05:15:29 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5f850c0): >close: err= 2026/04/13 05:15:29 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:29 DEBUG : file1: vfs cache: starting upload 2026/04/13 05:15:29 DEBUG : file1.9337d5ed.partial: size = 5 OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1.9337d5ed.partial" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1.9337d5ed.partial 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1.9337d5ed.partial" 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1.9337d5ed.partial 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file1.9337d5ed.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:29 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:29 DEBUG : file1.9337d5ed.partial: renamed to: file1 2026/04/13 05:15:29 INFO : file1: Copied (new) 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:29 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:29 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-13 05:15:29 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/13 05:15:29 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:29 INFO : file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : >WaitForWriters: 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:29 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:29 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:29 DEBUG : file1: newRWFileHandle: 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5e0eb40): openPending: 2026/04/13 05:15:29 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5e0eb40): >openPending: err= 2026/04/13 05:15:29 DEBUG : file1: >newRWFileHandle: err= 2026/04/13 05:15:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:29 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/13 05:15:29 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5e0eb40): _writeAt: size=5, off=0 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5e0eb40): >_writeAt: n=5, err= 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5e0eb40): RWFileHandle.Release 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5e0eb40): close: 2026/04/13 05:15:29 DEBUG : file1: vfs cache: setting modification time to 2026-04-13 05:15:29.969800346 +0000 UTC m=+28.251992248 2026/04/13 05:15:29 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5e0eb40): >close: err= 2026/04/13 05:15:29 DEBUG : file1(0x27f0e5e0eb40): RWFileHandle.Release 2026/04/13 05:15:29 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:29 DEBUG : Looking for writers 2026/04/13 05:15:29 DEBUG : file1: reading active writers 2026/04/13 05:15:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:30 DEBUG : file1: vfs cache: starting upload 2026/04/13 05:15:30 DEBUG : file1.4d24b336.partial: size = 5 OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1.4d24b336.partial" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1.4d24b336.partial 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1.4d24b336.partial" 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1.4d24b336.partial 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:30 DEBUG : file1.4d24b336.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:30 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:30 DEBUG : file1.4d24b336.partial: renamed to: file1 2026/04/13 05:15:30 INFO : file1: Copied (new) 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:30 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:30 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-13 05:15:29 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/13 05:15:30 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:30 INFO : file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : >WaitForWriters: 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:30 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:30 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:30 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/13 05:15:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:30 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:30 DEBUG : dir/file1(0x27f0e5e0f780): openPending: 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:30 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:30 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/13 05:15:30 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/13 05:15:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:30 DEBUG : dir/file1(0x27f0e5e0f780): >openPending: err= 2026/04/13 05:15:30 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/13 05:15:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:30 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/13 05:15:30 DEBUG : dir/file1(0x27f0e5e0f780): _writeAt: size=5, off=0 2026/04/13 05:15:30 DEBUG : dir/file1(0x27f0e5e0f780): >_writeAt: n=5, err= 2026/04/13 05:15:30 DEBUG : dir/file1(0x27f0e5e0f780): close: 2026/04/13 05:15:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:30 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-13 05:15:30.598298142 +0000 UTC m=+28.880490075 2026/04/13 05:15:30 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:30 DEBUG : dir/file1(0x27f0e5e0f780): >close: err= 2026/04/13 05:15:30 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:30 DEBUG : dir: Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : dir: reading active writers 2026/04/13 05:15:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:30 DEBUG : dir: Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : dir: reading active writers 2026/04/13 05:15:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:30 DEBUG : dir: Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : dir: reading active writers 2026/04/13 05:15:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:30 DEBUG : dir: Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : dir: reading active writers 2026/04/13 05:15:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:30 DEBUG : dir/file1: vfs cache: starting upload 2026/04/13 05:15:30 DEBUG : dir/file1.852bce9e.partial: size = 5 OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1.852bce9e.partial" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1.852bce9e.partial 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1.852bce9e.partial" 2026/04/13 05:15:30 DEBUG : dir: Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : dir: reading active writers 2026/04/13 05:15:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/dir/file1.852bce9e.partial 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:30 DEBUG : dir/file1.852bce9e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:30 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:30 DEBUG : dir/file1.852bce9e.partial: renamed to: dir/file1 2026/04/13 05:15:30 INFO : dir/file1: Copied (replaced existing) 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : dir: Looking for writers 2026/04/13 05:15:30 DEBUG : file1: reading active writers 2026/04/13 05:15:30 DEBUG : Looking for writers 2026/04/13 05:15:30 DEBUG : dir: reading active writers 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:30 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:30 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-13 05:15:30 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/13 05:15:30 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:30 DEBUG : >WaitForWriters: 2026/04/13 05:15:30 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:30 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:30 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:30 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:31 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/13 05:15:31 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : dir/file1: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/13 05:15:31 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/13 05:15:31 DEBUG : dir/file1(0x27f0e5e3cd40): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : dir/file1(0x27f0e5e3cd40): openPending: 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:31 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/13 05:15:31 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/13 05:15:31 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/13 05:15:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:31 DEBUG : dir/file1(0x27f0e5e3cd40): >openPending: err= 2026/04/13 05:15:31 DEBUG : dir/file1(0x27f0e5e3cd40): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : dir/file1(0x27f0e5e3cd40): _writeAt: size=15, off=5 2026/04/13 05:15:31 DEBUG : dir/file1(0x27f0e5e3cd40): >_writeAt: n=15, err= 2026/04/13 05:15:31 DEBUG : dir/file1(0x27f0e5e3cd40): close: 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/13 05:15:31 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-13 05:15:31.220204706 +0000 UTC m=+29.502396597 2026/04/13 05:15:31 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : dir/file1(0x27f0e5e3cd40): >close: err= 2026/04/13 05:15:31 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:31 DEBUG : dir: Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : dir: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:31 DEBUG : dir: Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : dir: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:31 DEBUG : dir: Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : dir: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:31 DEBUG : dir: Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : dir: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:31 DEBUG : dir/file1: vfs cache: starting upload 2026/04/13 05:15:31 DEBUG : dir/file1.2f9c1389.partial: size = 20 OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1.2f9c1389.partial" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1.2f9c1389.partial 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1.2f9c1389.partial" 2026/04/13 05:15:31 DEBUG : dir: Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : dir: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-xajacop7lede/dir/file1.2f9c1389.partial 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:31 DEBUG : dir/file1.2f9c1389.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/13 05:15:31 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/13 05:15:31 DEBUG : dir/file1.2f9c1389.partial: renamed to: dir/file1 2026/04/13 05:15:31 INFO : dir/file1: Copied (replaced existing) 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:31 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/13 05:15:31 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-13 05:15:31 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/13 05:15:31 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:31 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:31 DEBUG : dir: Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : dir: reading active writers 2026/04/13 05:15:31 DEBUG : >WaitForWriters: 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:31 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : file1: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : file1(0x27f0e5e3c080): openPending: 2026/04/13 05:15:31 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:31 DEBUG : file1(0x27f0e5e3c080): >openPending: err= 2026/04/13 05:15:31 DEBUG : file1: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:31 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/13 05:15:31 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/13 05:15:31 DEBUG : file1(0x27f0e5e3c080): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : file1(0x27f0e5e3c080): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : file1(0x27f0e5e3c080): close: 2026/04/13 05:15:31 DEBUG : file1: vfs cache: setting modification time to 2026-04-13 05:15:31.543337348 +0000 UTC m=+29.825529250 2026/04/13 05:15:31 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : file1(0x27f0e5e3c080): >close: err= 2026/04/13 05:15:31 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:31 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:31 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:31 DEBUG : file1: vfs cache: starting upload 2026/04/13 05:15:31 DEBUG : file1.d4d2ba3f.partial: size = 5 OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1.d4d2ba3f.partial" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1.d4d2ba3f.partial 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1.d4d2ba3f.partial" 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1.d4d2ba3f.partial 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:31 DEBUG : file1.d4d2ba3f.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:31 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:31 DEBUG : file1.d4d2ba3f.partial: renamed to: file1 2026/04/13 05:15:31 INFO : file1: Copied (new) 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:31 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:31 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-13 05:15:31 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/13 05:15:31 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:31 INFO : file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:31 DEBUG : Looking for writers 2026/04/13 05:15:31 DEBUG : file1: reading active writers 2026/04/13 05:15:31 DEBUG : >WaitForWriters: 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:31 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/13 05:15:31 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599f0c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599f0c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599f0c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599f0c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599f0c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.86157546 +0000 UTC m=+30.143767353 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599f0c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599fb00): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599fb00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599fb00): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599fb00): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599fb00): _writeAt: size=3, off=2 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599fb00): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599fb00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.86157546 +0000 UTC m=+30.143767353 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e599fb00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e59245c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e59245c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e59245c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e59245c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e59245c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.86157546 +0000 UTC m=+30.143767353 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e59245c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b62620 item 1 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5924f80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5924f80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5924f80): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5924f80): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5924f80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.864107515 +0000 UTC m=+30.146299418 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5924f80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5925580): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5925580): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5925580): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5925580): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5925580): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.864107515 +0000 UTC m=+30.146299418 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5925580): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b62d90 item 2 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5518000): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5518000): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5518000): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5518000): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5518000): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.868135306 +0000 UTC m=+30.150327209 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5518000): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e55185c0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e55185c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e55185c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e55185c0): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e55185c0): _writeAt: size=3, off=2 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e55185c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e55185c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.868135306 +0000 UTC m=+30.150327209 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e55185c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519180): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519180): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519180): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519180): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519180): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.868135306 +0000 UTC m=+30.150327209 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519180): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b63110 item 3 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519900): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519900): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519900): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519900): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519900): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.870855578 +0000 UTC m=+30.153047480 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519900): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519e40): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519e40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519e40): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519e40): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519e40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.870855578 +0000 UTC m=+30.153047480 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5519e40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b635e0 item 4 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84600): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84600): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84600): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84600): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84600): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.87321209 +0000 UTC m=+30.155404022 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84600): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84a80): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84a80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84a80): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84a80): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84a80): _writeAt: size=3, off=2 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84a80): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84a80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.87321209 +0000 UTC m=+30.155404022 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84a80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84f40): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84f40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84f40): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84f40): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84f40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.87321209 +0000 UTC m=+30.155404022 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f84f40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b639d0 item 5 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f855c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f855c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f855c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f855c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f855c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.875861176 +0000 UTC m=+30.158053069 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f855c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f85b00): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f85b00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f85b00): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f85b00): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f85b00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.875861176 +0000 UTC m=+30.158053069 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f85b00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0a0e0 item 6 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57eccc0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57eccc0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57eccc0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57eccc0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57eccc0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.877664986 +0000 UTC m=+30.159856878 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57eccc0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3ce80): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3ce80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3ce80): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3ce80): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3ce80): _writeAt: size=3, off=2 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3ce80): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3ce80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.877664986 +0000 UTC m=+30.159856878 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3ce80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d340): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d340): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d340): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d340): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d340): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.877664986 +0000 UTC m=+30.159856878 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d340): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b917a0 item 7 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d9c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d9c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d9c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d9c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d9c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.879444789 +0000 UTC m=+30.161636681 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e3d9c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c180): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c180): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c180): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c180): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c180): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.879444789 +0000 UTC m=+30.161636681 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c180): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b91dc0 item 8 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c740): _readAt: size=2, off=0 2026/04/13 05:15:31 ERROR : open-test-file(0x27f0e5d6c740): Couldn't read size of file 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c740): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c740): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c740): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c740): close: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6c740): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cb00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cb00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cb00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cb00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cb00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.88094842 +0000 UTC m=+30.163140313 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cb00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cf80): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cf80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cf80): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cf80): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cf80): _writeAt: size=3, off=2 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cf80): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cf80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.88094842 +0000 UTC m=+30.163140313 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6cf80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6d480): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6d480): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6d480): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6d480): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6d480): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.88094842 +0000 UTC m=+30.163140313 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6d480): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa63f0 item 9 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6db40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6db40): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6db40): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6db40): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6db40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.883103933 +0000 UTC m=+30.165295825 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d6db40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20180): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20180): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20180): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20180): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20180): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.883103933 +0000 UTC m=+30.165295825 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20180): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa68c0 item 10 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b207c0): _readAt: size=2, off=0 2026/04/13 05:15:31 ERROR : open-test-file(0x27f0e5b207c0): Couldn't read size of file 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b207c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b207c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b207c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b207c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b207c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20b80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20b80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20b80): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20b80): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20b80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.884712123 +0000 UTC m=+30.166904014 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b20b80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21080): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21080): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21080): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21080): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21080): _writeAt: size=3, off=2 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21080): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21080): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.884712123 +0000 UTC m=+30.166904014 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21080): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21580): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21580): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21580): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21580): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21580): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.884712123 +0000 UTC m=+30.166904014 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21580): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6c40 item 11 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21c00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21c00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21c00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21c00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21c00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.887055971 +0000 UTC m=+30.169247873 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b21c00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34240): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34240): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34240): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34240): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34240): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.887055971 +0000 UTC m=+30.169247873 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34240): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7180 item 12 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34880): _readAt: size=2, off=0 2026/04/13 05:15:31 ERROR : open-test-file(0x27f0e5b34880): Couldn't read size of file 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34880): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34880): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34880): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34880): close: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34880): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34c40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34c40): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34c40): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34c40): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34c40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.888698696 +0000 UTC m=+30.170890587 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b34c40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35300): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35300): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35300): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35300): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35300): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.888698696 +0000 UTC m=+30.170890587 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35300): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7500 item 13 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35980): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35980): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35980): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35980): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35980): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.890351941 +0000 UTC m=+30.172543843 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35980): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35ec0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35ec0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35ec0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35ec0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35ec0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.890351941 +0000 UTC m=+30.172543843 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b35ec0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7880 item 14 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b48600): _readAt: size=2, off=0 2026/04/13 05:15:31 ERROR : open-test-file(0x27f0e5b48600): Couldn't read size of file 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b48600): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b48600): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b48600): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b48600): close: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b48600): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b489c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b489c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b489c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b489c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b489c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.89223583 +0000 UTC m=+30.174427732 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b489c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49080): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49080): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49080): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49080): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49080): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.89223583 +0000 UTC m=+30.174427732 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49080): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7c00 item 15 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49700): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49700): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49700): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49700): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49700): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.893742668 +0000 UTC m=+30.175934570 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49700): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49c40): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49c40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49c40): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49c40): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49c40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.893742668 +0000 UTC m=+30.175934570 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b49c40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2380 item 16 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a380): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a380): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a380): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a380): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a380): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.895370594 +0000 UTC m=+30.177562486 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a380): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): _writeAt: size=3, off=7 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.895370594 +0000 UTC m=+30.177562486 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6a800): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6ad00): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6ad00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6ad00): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6ad00): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6ad00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.895370594 +0000 UTC m=+30.177562486 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6ad00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2a80 item 17 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b380): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b380): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b380): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b380): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b380): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.897514214 +0000 UTC m=+30.179706107 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b380): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b8c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b8c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b8c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b8c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b8c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.897514214 +0000 UTC m=+30.179706107 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b6b8c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb33b0 item 18 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e040): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e040): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e040): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e040): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e040): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.898965428 +0000 UTC m=+30.181157320 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e040): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): _writeAt: size=3, off=7 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.898965428 +0000 UTC m=+30.181157320 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7e540): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7ea40): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7ea40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7ea40): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7ea40): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7ea40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.898965428 +0000 UTC m=+30.181157320 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7ea40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb37a0 item 19 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f0c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f0c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f0c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f0c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f0c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.901340054 +0000 UTC m=+30.183531946 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f0c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f600): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f600): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f600): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f600): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f600): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.901340054 +0000 UTC m=+30.183531946 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7f600): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb3c70 item 20 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7fc80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7fc80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7fc80): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7fc80): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7fc80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.902934628 +0000 UTC m=+30.185126520 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5b7fc80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): _writeAt: size=3, off=7 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.902934628 +0000 UTC m=+30.185126520 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc280): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc780): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc780): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc780): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc780): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc780): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.902934628 +0000 UTC m=+30.185126520 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbc780): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590a540 item 21 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbce00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbce00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbce00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbce00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbce00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.905319926 +0000 UTC m=+30.187511818 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbce00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd340): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd340): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd340): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd340): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd340): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.905319926 +0000 UTC m=+30.187511818 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd340): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590b8f0 item 22 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd9c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd9c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd9c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd9c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd9c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.906551463 +0000 UTC m=+30.188743355 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbd9c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): _writeAt: size=3, off=7 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.906551463 +0000 UTC m=+30.188743355 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bbdec0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfc4c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfc4c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfc4c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfc4c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfc4c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.906551463 +0000 UTC m=+30.188743355 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfc4c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6402000 item 23 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcb40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcb40): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcb40): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcb40): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcb40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.908441295 +0000 UTC m=+30.190633187 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcb40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9040): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9040): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9040): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9040): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9040): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.908441295 +0000 UTC m=+30.190633187 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9040): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa0d90 item 24 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca96c0): _readAt: size=2, off=0 2026/04/13 05:15:31 ERROR : open-test-file(0x27f0e5ca96c0): Couldn't read size of file 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca96c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca96c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca96c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca96c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca96c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9e80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9e80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9e80): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9e80): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9e80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.91140815 +0000 UTC m=+30.193600053 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ca9e80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): _writeAt: size=3, off=7 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.91140815 +0000 UTC m=+30.193600053 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c94480): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c949c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c949c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c949c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c949c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c949c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.91140815 +0000 UTC m=+30.193600053 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c949c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa11f0 item 25 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95040): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95040): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95040): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95040): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95040): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.913487179 +0000 UTC m=+30.195679071 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95040): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95580): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95580): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95580): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95580): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95580): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.913487179 +0000 UTC m=+30.195679071 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95580): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa1a40 item 26 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95bc0): _readAt: size=2, off=0 2026/04/13 05:15:31 ERROR : open-test-file(0x27f0e5c95bc0): Couldn't read size of file 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95bc0): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95bc0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95bc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95bc0): close: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5c95bc0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a080): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a080): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a080): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a080): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a080): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.914854603 +0000 UTC m=+30.197046495 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a080): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): _writeAt: size=3, off=7 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.914854603 +0000 UTC m=+30.197046495 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4a580): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4aac0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4aac0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4aac0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4aac0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4aac0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.914854603 +0000 UTC m=+30.197046495 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4aac0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5994070 item 27 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b140): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b140): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b140): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b140): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b140): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.916947288 +0000 UTC m=+30.199139180 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b140): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b680): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b680): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b680): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b680): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b680): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.916947288 +0000 UTC m=+30.199139180 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4b680): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5995500 item 28 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4bcc0): _readAt: size=2, off=0 2026/04/13 05:15:31 ERROR : open-test-file(0x27f0e5d4bcc0): Couldn't read size of file 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4bcc0): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4bcc0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4bcc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4bcc0): close: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d4bcc0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98180): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98180): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98180): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98180): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98180): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.919552701 +0000 UTC m=+30.201744603 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98180): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98840): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98840): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98840): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98840): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98840): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.919552701 +0000 UTC m=+30.201744603 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98840): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042000 item 29 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98ec0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98ec0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98ec0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98ec0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98ec0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.923173494 +0000 UTC m=+30.205365396 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98ec0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99400): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99400): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99400): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99400): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99400): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.923173494 +0000 UTC m=+30.205365396 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99400): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60423f0 item 30 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcdc0): _readAt: size=2, off=0 2026/04/13 05:15:31 ERROR : open-test-file(0x27f0e5bfcdc0): Couldn't read size of file 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcdc0): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcdc0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcdc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcdc0): close: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfcdc0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd180): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd180): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd180): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd180): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd180): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.924778266 +0000 UTC m=+30.206970158 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd180): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd840): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd840): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd840): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd840): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd840): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.924778266 +0000 UTC m=+30.206970158 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfd840): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6402620 item 31 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfdec0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfdec0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfdec0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfdec0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfdec0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.926121023 +0000 UTC m=+30.208312916 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5bfdec0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06500): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06500): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06500): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06500): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06500): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.926121023 +0000 UTC m=+30.208312916 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06500): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e64029a0 item 32 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06b40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06b40): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06b40): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06b40): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06b40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.927482927 +0000 UTC m=+30.209674819 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06b40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06fc0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06fc0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06fc0): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06fc0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06fc0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6402d20 item 33 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06fc0): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06fc0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.927945852 +0000 UTC m=+30.210137744 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e06fc0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e074c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e074c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e074c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e074c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e074c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.927945852 +0000 UTC m=+30.210137744 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e074c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6403030 item 33 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e07b00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e07b00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e07b00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e07b00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e07b00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.929450195 +0000 UTC m=+30.211642087 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e07b00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28080): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28080): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6403490 item 34 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28080): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28080): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28080): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28080): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28080): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.930143845 +0000 UTC m=+30.212335737 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28080): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e285c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e285c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e285c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e285c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e285c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.930143845 +0000 UTC m=+30.212335737 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e285c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6403650 item 34 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28c00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28c00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28c00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28c00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28c00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.931387687 +0000 UTC m=+30.213579578 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e28c00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29080): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29080): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29080): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29080): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29080): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6403ab0 item 35 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29080): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29080): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.931906656 +0000 UTC m=+30.214098549 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29080): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29580): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29580): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29580): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29580): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29580): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.931906656 +0000 UTC m=+30.214098549 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29580): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6403c70 item 35 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29c00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29c00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29c00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29c00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29c00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.933224207 +0000 UTC m=+30.215416100 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e29c00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48200): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48200): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6034150 item 36 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48200): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48200): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48200): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48200): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48200): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.933807248 +0000 UTC m=+30.215999140 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48200): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48740): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48740): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48740): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48740): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48740): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.933807248 +0000 UTC m=+30.215999140 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48740): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6034380 item 36 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48d80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48d80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48d80): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48d80): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48d80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.934973282 +0000 UTC m=+30.217165174 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e48d80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49200): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49200): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49200): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49200): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49200): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6034700 item 37 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49200): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49200): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.935434924 +0000 UTC m=+30.217626817 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49200): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49700): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49700): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49700): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49700): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49700): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.935434924 +0000 UTC m=+30.217626817 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49700): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6034a10 item 37 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49d80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49d80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49d80): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49d80): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49d80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.936716357 +0000 UTC m=+30.218908248 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e49d80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68380): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68380): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6034d90 item 38 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68380): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68380): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68380): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68380): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68380): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.937315218 +0000 UTC m=+30.219507111 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68380): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e688c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e688c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e688c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e688c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e688c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.937315218 +0000 UTC m=+30.219507111 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e688c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6035030 item 38 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68f40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68f40): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68f40): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68f40): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68f40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.938574858 +0000 UTC m=+30.220766750 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e68f40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69440): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69440): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69440): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69440): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69440): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60353b0 item 39 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69440): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69440): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.939163361 +0000 UTC m=+30.221355253 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69440): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69940): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69940): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69940): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69940): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69940): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.939163361 +0000 UTC m=+30.221355253 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e69940): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6035570 item 39 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c0c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c0c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c0c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c0c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c0c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.940372876 +0000 UTC m=+30.222564768 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c0c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c5c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c5c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60359d0 item 40 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c5c0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c5c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c5c0): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c5c0): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c5c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.940955778 +0000 UTC m=+30.223147670 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8c5c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8cb00): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8cb00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8cb00): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8cb00): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8cb00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.940955778 +0000 UTC m=+30.223147670 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8cb00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6035b90 item 40 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d0c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d0c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d0c0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d0c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d0c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d0c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.942127802 +0000 UTC m=+30.224319694 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d0c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d5c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d5c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d5c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4a2a0 item 41 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d5c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d5c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.942575408 +0000 UTC m=+30.224767301 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8d5c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8da80): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8da80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8da80): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8da80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8da80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4a460 item 41 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8da80): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8da80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.943138583 +0000 UTC m=+30.225330475 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5e8da80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb40c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb40c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb40c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb40c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb40c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.943138583 +0000 UTC m=+30.225330475 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb40c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4a850 item 41 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4700): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4700): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4700): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4700): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4700): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4700): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4700): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.944425094 +0000 UTC m=+30.226616986 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4700): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4c00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4c00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4c00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4ad20 item 42 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4c00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4c00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.944937381 +0000 UTC m=+30.227129274 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb4c00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5140): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5140): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4b110 item 42 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5140): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5140): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5140): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5140): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5140): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.94546012 +0000 UTC m=+30.227652011 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5140): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb56c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb56c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb56c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb56c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb56c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.94546012 +0000 UTC m=+30.227652011 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb56c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4b570 item 42 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5d00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5d00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5d00): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5d00): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5d00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5d00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5d00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.946706114 +0000 UTC m=+30.228898006 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5eb5d00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6300): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6300): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6300): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4b960 item 43 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6300): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6300): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.947391419 +0000 UTC m=+30.229583341 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6300): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6840): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6840): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6840): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6840): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6840): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4bb90 item 43 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6840): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6840): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.947990351 +0000 UTC m=+30.230182243 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6840): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6d80): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6d80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6d80): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6d80): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6d80): close: 2026/04/13 05:15:31 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:31 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.947990351 +0000 UTC m=+30.230182243 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed6d80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4be30 item 43 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed73c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed73c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed73c0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed73c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed73c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed73c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed73c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.949440211 +0000 UTC m=+30.231632103 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed73c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed78c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed78c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed78c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fa380 item 44 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed78c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed78c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.949923965 +0000 UTC m=+30.232115857 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed78c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed7e00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed7e00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fa5b0 item 44 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed7e00): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed7e00): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed7e00): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed7e00): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed7e00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.95043477 +0000 UTC m=+30.232626663 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ed7e00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6480): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6480): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6480): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6480): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6480): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.95043477 +0000 UTC m=+30.232626663 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6480): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fa770 item 44 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6ac0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6ac0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6ac0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6ac0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6ac0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6ac0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.951559866 +0000 UTC m=+30.233751758 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6ac0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6fc0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6fc0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6fc0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61faaf0 item 45 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6fc0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6fc0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.952021689 +0000 UTC m=+30.234213581 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef6fc0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef76c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef76c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef76c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef76c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef76c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.952021689 +0000 UTC m=+30.234213581 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef76c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61facb0 item 45 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef7d00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef7d00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef7d00): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef7d00): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef7d00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef7d00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef7d00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.95357809 +0000 UTC m=+30.235769982 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5ef7d00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10300): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10300): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10300): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb030 item 46 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10300): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10300): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.954126647 +0000 UTC m=+30.236318539 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10300): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10a00): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10a00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10a00): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10a00): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10a00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.954126647 +0000 UTC m=+30.236318539 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f10a00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb1f0 item 46 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11040): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11040): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11040): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11040): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11040): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11040): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11040): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.95576899 +0000 UTC m=+30.237960892 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11040): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11540): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11540): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11540): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb570 item 47 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11540): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11540): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.956314802 +0000 UTC m=+30.238506714 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11540): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11c40): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11c40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11c40): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11c40): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11c40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.956314802 +0000 UTC m=+30.238506714 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f11c40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb730 item 47 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e380): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e380): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e380): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e380): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e380): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e380): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e380): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.95788038 +0000 UTC m=+30.240072272 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e380): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e880): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e880): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e880): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fbb20 item 48 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e880): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e880): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.958552561 +0000 UTC m=+30.240744453 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2e880): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2ef80): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2ef80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2ef80): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2ef80): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2ef80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.958552561 +0000 UTC m=+30.240744453 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2ef80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fbce0 item 48 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2f5c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2f5c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2f5c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2f5c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2f5c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.959988384 +0000 UTC m=+30.242180276 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2f5c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582e5b0 item 49 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.960509438 +0000 UTC m=+30.242701330 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f2fa40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f58080): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f58080): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f58080): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f58080): >_readAt: n=8, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f58080): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.960509438 +0000 UTC m=+30.242701330 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f58080): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582e9a0 item 49 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57edd00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57edd00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57edd00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57edd00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57edd00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.961806238 +0000 UTC m=+30.243998131 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e57edd00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0a700 item 50 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): _readAt: size=2, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): _writeAt: size=3, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.962580693 +0000 UTC m=+30.244772585 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f82440): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f829c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f829c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f829c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f829c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f829c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.962580693 +0000 UTC m=+30.244772585 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f829c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0abd0 item 50 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83040): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83040): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83040): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83040): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83040): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.963855682 +0000 UTC m=+30.246047573 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83040): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0b260 item 51 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.964364504 +0000 UTC m=+30.246556396 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83540): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83a80): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83a80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83a80): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83a80): >_readAt: n=8, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83a80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.964364504 +0000 UTC m=+30.246556396 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5f83a80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0b570 item 51 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0200): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0200): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0200): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0200): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0200): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.965671203 +0000 UTC m=+30.247863095 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0200): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0b9d0 item 52 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): _readAt: size=2, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): _writeAt: size=3, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.966202617 +0000 UTC m=+30.248394509 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0700): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0c80): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0c80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0c80): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0c80): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0c80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.966202617 +0000 UTC m=+30.248394509 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb0c80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0bb90 item 52 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1300): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1300): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1300): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1300): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1300): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.967486694 +0000 UTC m=+30.249678586 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1300): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58a6150 item 53 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.967977972 +0000 UTC m=+30.250169864 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1800): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1d40): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1d40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1d40): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1d40): >_readAt: n=8, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1d40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.967977972 +0000 UTC m=+30.250169864 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fb1d40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58a7730 item 53 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd64c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd64c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd64c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd64c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd64c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.969586361 +0000 UTC m=+30.251778253 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd64c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c540e0 item 54 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): _readAt: size=2, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): _writeAt: size=3, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.970281916 +0000 UTC m=+30.252473809 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd69c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd6f40): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd6f40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd6f40): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd6f40): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd6f40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.970281916 +0000 UTC m=+30.252473809 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd6f40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c54310 item 54 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd75c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd75c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd75c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd75c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd75c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.971801788 +0000 UTC m=+30.253993700 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd75c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c54bd0 item 55 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.972342721 +0000 UTC m=+30.254534612 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5fd7ac0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a100): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a100): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a100): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a100): >_readAt: n=8, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a100): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.972342721 +0000 UTC m=+30.254534612 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a100): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c54ee0 item 55 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a780): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a780): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a780): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a780): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a780): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.97384509 +0000 UTC m=+30.256036982 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601a780): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c55490 item 56 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): _readAt: size=2, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): _writeAt: size=3, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.974444703 +0000 UTC m=+30.256636595 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601ac80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b200): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b200): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b200): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b200): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b200): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.974444703 +0000 UTC m=+30.256636595 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b200): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c55730 item 56 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): open at offset 0 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.975863744 +0000 UTC m=+30.258055636 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601b840): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601bd80): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601bd80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601bd80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c55b90 item 57 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601bd80): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601bd80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.976371474 +0000 UTC m=+30.258563366 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e601bd80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c55d50 item 57 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.976944035 +0000 UTC m=+30.259135927 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60603c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060940): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060940): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060940): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060940): >_readAt: n=8, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060940): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.976944035 +0000 UTC m=+30.259135927 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060940): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e55ea930 item 57 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): open at offset 0 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.978430214 +0000 UTC m=+30.260622106 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6060f80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60614c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60614c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60614c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270150 item 58 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60614c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60614c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.978922033 +0000 UTC m=+30.261113925 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60614c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270380 item 58 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): _readAt: size=2, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): _writeAt: size=3, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.979473064 +0000 UTC m=+30.261664956 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6061a00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60860c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60860c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60860c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60860c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60860c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.979473064 +0000 UTC m=+30.261664956 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60860c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270540 item 58 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): open at offset 0 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.98070377 +0000 UTC m=+30.262895662 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086700): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086c40): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086c40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086c40): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270af0 item 59 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086c40): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086c40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.9812005 +0000 UTC m=+30.263392391 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6086c40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270e00 item 59 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.981791736 +0000 UTC m=+30.263983658 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087180): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087700): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087700): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087700): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087700): >_readAt: n=8, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087700): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.981791736 +0000 UTC m=+30.263983658 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087700): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6271110 item 59 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): open at offset 0 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.983160583 +0000 UTC m=+30.265352475 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e6087d40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce380): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce380): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce380): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6271570 item 60 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce380): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce380): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.98371999 +0000 UTC m=+30.265911882 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce380): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): open at offset 5 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6271730 item 60 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): _readAt: size=2, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): _writeAt: size=3, off=5 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.984420745 +0000 UTC m=+30.266612636 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cee80): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cee80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cee80): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cee80): >_readAt: n=3, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cee80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.984420745 +0000 UTC m=+30.266612636 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cee80): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e62718f0 item 60 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): open at offset 0 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.985914929 +0000 UTC m=+30.268106820 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf4c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfa00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfa00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfa00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58ca000 item 61 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfa00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfa00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.988806072 +0000 UTC m=+30.270997963 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfa00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a640): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a640): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a640): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a640): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a640): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.988806072 +0000 UTC m=+30.270997963 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a640): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042770 item 61 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): open at offset 0 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.990729146 +0000 UTC m=+30.272921037 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98400): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98940): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98940): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98940): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60422a0 item 62 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98940): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98940): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.991664353 +0000 UTC m=+30.273856265 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d98940): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99040): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99040): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99040): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99040): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99040): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.991664353 +0000 UTC m=+30.273856265 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99040): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042460 item 62 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): open at offset 0 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.993343175 +0000 UTC m=+30.275535067 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e5d99680): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce1c0): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce1c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce1c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042a80 item 63 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce1c0): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce1c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.993888585 +0000 UTC m=+30.276080477 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce1c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.993888585 +0000 UTC m=+30.276080477 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60ce8c0): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042cb0 item 63 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 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/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): open at offset 0 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.995252723 +0000 UTC m=+30.277444615 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cef00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf440): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf440): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf440): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043180 item 64 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf440): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf440): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.995715919 +0000 UTC m=+30.277907831 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cf440): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfe00): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfe00): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfe00): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfe00): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfe00): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.995715919 +0000 UTC m=+30.277907831 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e60cfe00): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043340 item 64 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a580): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a580): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a580): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a580): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a580): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.997342252 +0000 UTC m=+30.279534155 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600a580): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600ad40): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600ad40): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600ad40): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600ad40): >_readAt: n=2, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600ad40): _writeAt: size=3, off=2 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60437a0 item 65 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600ad40): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600ad40): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.997837107 +0000 UTC m=+30.280029000 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600ad40): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b240): _readAt: size=512, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b240): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b240): >openPending: err= 2026/04/13 05:15:31 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b240): >_readAt: n=5, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b240): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.997837107 +0000 UTC m=+30.280029000 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b240): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: Remove: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043960 item 65 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b900): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b900): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b900): _writeAt: size=5, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b900): >_writeAt: n=5, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b900): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.99917209 +0000 UTC m=+30.281363982 2026/04/13 05:15:31 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600b900): >close: err= 2026/04/13 05:15:31 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:31 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/13 05:15:31 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600bd80): openPending: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:31 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600bd80): >openPending: err= 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043ce0 item 66 2026/04/13 05:15:31 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:31 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600bd80): _readAt: size=2, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600bd80): >_readAt: n=0, err=EOF 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600bd80): _writeAt: size=3, off=0 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600bd80): >_writeAt: n=3, err= 2026/04/13 05:15:31 DEBUG : open-test-file(0x27f0e600bd80): close: 2026/04/13 05:15:31 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.999836036 +0000 UTC m=+30.282027938 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600bd80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599e8c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599e8c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599e8c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599e8c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599e8c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:31.999836036 +0000 UTC m=+30.282027938 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599e8c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58ca0e0 item 66 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fac0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fac0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fac0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fac0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fac0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.001026605 +0000 UTC m=+30.283218497 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fac0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924480): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924480): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924480): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924480): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924480): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58ca5b0 item 67 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924480): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924480): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.001607823 +0000 UTC m=+30.283799714 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924480): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924d40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924d40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924d40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924d40): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924d40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.001607823 +0000 UTC m=+30.283799714 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924d40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58cae00 item 67 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925540): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925540): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925540): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925540): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925540): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.00296653 +0000 UTC m=+30.285158422 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925540): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925d80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925d80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58cb1f0 item 68 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925d80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925d80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925d80): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925d80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925d80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.003519717 +0000 UTC m=+30.285711608 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5925d80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5518500): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5518500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5518500): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5518500): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5518500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.003519717 +0000 UTC m=+30.285711608 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5518500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58cb500 item 68 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519240): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519240): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519240): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519240): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519240): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.00475958 +0000 UTC m=+30.286951492 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519240): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55197c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55197c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55197c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55197c0): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55197c0): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58cbe30 item 69 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55197c0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55197c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.00567031 +0000 UTC m=+30.287862212 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55197c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519cc0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519cc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519cc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519cc0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519cc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.00567031 +0000 UTC m=+30.287862212 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519cc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582e230 item 69 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c440): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c440): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c440): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c440): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c440): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.007065457 +0000 UTC m=+30.289257349 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c440): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c940): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c940): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582ebd0 item 70 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c940): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c940): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c940): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c940): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c940): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.007655752 +0000 UTC m=+30.289847644 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c940): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ce80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ce80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ce80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ce80): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ce80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.007655752 +0000 UTC m=+30.289847644 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ce80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582f7a0 item 70 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8040): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8040): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8040): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.00945875 +0000 UTC m=+30.291650642 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9100): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9100): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9100): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9100): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9100): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9e3f0 item 71 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9100): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9100): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.010007807 +0000 UTC m=+30.292199699 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9100): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9600): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9600): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9600): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9600): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9600): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.010007807 +0000 UTC m=+30.292199699 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9600): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9eaf0 item 71 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ecb80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ecb80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ecb80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ecb80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ecb80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.01154394 +0000 UTC m=+30.293735832 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ecb80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ed840): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ed840): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9efc0 item 72 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ed840): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ed840): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ed840): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ed840): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ed840): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.012177086 +0000 UTC m=+30.294368978 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ed840): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0080): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0080): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0080): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0080): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0080): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.012177086 +0000 UTC m=+30.294368978 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0080): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9f8f0 item 72 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0640): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0640): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0640): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0640): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0640): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0640): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0640): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.013938254 +0000 UTC m=+30.296130196 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0640): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0b40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9fc70 item 73 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0b40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.014466663 +0000 UTC m=+30.296658555 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de0b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1000): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1000): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1000): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1000): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1000): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c621c0 item 73 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1000): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1000): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.01503119 +0000 UTC m=+30.297223081 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1000): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1540): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1540): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1540): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1540): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1540): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.01503119 +0000 UTC m=+30.297223081 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1540): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c62af0 item 73 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1b80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1b80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1b80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1b80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1b80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1b80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1b80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.016344712 +0000 UTC m=+30.298536603 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5de1b80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee180): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee180): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee180): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c63500 item 74 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee180): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee180): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.016863933 +0000 UTC m=+30.299055825 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee180): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee6c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee6c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c63810 item 74 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee6c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee6c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee6c0): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee6c0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee6c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.017427868 +0000 UTC m=+30.299619760 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dee6c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5deec40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5deec40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5deec40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5deec40): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5deec40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.017427868 +0000 UTC m=+30.299619760 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5deec40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b620e0 item 74 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def280): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def280): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def280): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def280): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def280): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def280): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def280): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.018743275 +0000 UTC m=+30.300935167 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def280): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def780): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def780): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def780): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b62770 item 75 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def780): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def780): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.019244692 +0000 UTC m=+30.301436584 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5def780): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5defcc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5defcc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5defcc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5defcc0): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5defcc0): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b629a0 item 75 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5defcc0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5defcc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.019772951 +0000 UTC m=+30.301964853 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5defcc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe300): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe300): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe300): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.019772951 +0000 UTC m=+30.301964853 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b62cb0 item 75 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe940): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe940): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe940): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe940): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe940): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe940): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe940): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.021199336 +0000 UTC m=+30.303391229 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfe940): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfee40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfee40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfee40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b63030 item 76 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfee40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfee40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.021688821 +0000 UTC m=+30.303880713 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dfee40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff380): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff380): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b631f0 item 76 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff380): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff380): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff380): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff380): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff380): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.022265541 +0000 UTC m=+30.304457432 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff380): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff900): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff900): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff900): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff900): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff900): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.022265541 +0000 UTC m=+30.304457432 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dff900): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b633b0 item 76 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca040): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca040): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca040): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca040): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca040): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.023625641 +0000 UTC m=+30.305817533 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca540): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca540): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca540): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b637a0 item 77 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca540): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca540): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.024161112 +0000 UTC m=+30.306353005 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59ca540): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cac40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cac40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cac40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cac40): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cac40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.024161112 +0000 UTC m=+30.306353005 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cac40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b63960 item 77 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb280): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb280): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb280): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb280): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb280): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb280): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb280): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.025523958 +0000 UTC m=+30.307715850 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb280): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb780): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb780): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb780): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b63dc0 item 78 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb780): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb780): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.026178977 +0000 UTC m=+30.308370868 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cb780): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cbe80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cbe80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cbe80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cbe80): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cbe80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.026178977 +0000 UTC m=+30.308370868 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59cbe80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b900e0 item 78 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e45c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e45c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e45c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e45c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e45c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e45c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e45c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.02762543 +0000 UTC m=+30.309817321 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e45c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e4ac0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e4ac0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e4ac0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b904d0 item 79 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e4ac0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e4ac0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.02813347 +0000 UTC m=+30.310325361 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e4ac0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e51c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e51c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e51c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e51c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e51c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.02813347 +0000 UTC m=+30.310325361 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e51c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b90690 item 79 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5800): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5800): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5800): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5800): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5800): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.029606363 +0000 UTC m=+30.311798285 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5d00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5d00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5d00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b90c40 item 80 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5d00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5d00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.030132367 +0000 UTC m=+30.312324258 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59e5d00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28500): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28500): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28500): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.030132367 +0000 UTC m=+30.312324258 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b90e00 item 80 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28b40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28b40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.031661957 +0000 UTC m=+30.313853859 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b911f0 item 81 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.032258946 +0000 UTC m=+30.314450848 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a28fc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29500): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29500): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29500): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.032258946 +0000 UTC m=+30.314450848 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b91490 item 81 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29b80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29b80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29b80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29b80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29b80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.033623765 +0000 UTC m=+30.315815697 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5a29b80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b918f0 item 82 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.034174416 +0000 UTC m=+30.316366308 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a180): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a700): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a700): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a700): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a700): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a700): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.034174416 +0000 UTC m=+30.316366308 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1a700): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b91c00 item 82 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1ad80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1ad80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1ad80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1ad80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1ad80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.035378691 +0000 UTC m=+30.317570583 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1ad80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa61c0 item 83 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.035889356 +0000 UTC m=+30.318081248 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b280): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b7c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b7c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b7c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b7c0): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b7c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.035889356 +0000 UTC m=+30.318081248 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1b7c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa63f0 item 83 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1be40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1be40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1be40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1be40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1be40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.037389211 +0000 UTC m=+30.319581132 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b1be40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6770 item 84 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.038222364 +0000 UTC m=+30.320414257 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e440): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e9c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e9c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e9c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e9c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e9c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.038222364 +0000 UTC m=+30.320414257 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2e9c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6930 item 84 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f040): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f040): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f040): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.040014461 +0000 UTC m=+30.322206363 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6cb0 item 85 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.040578207 +0000 UTC m=+30.322770099 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2f540): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2fa80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2fa80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2fa80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2fa80): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2fa80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.040578207 +0000 UTC m=+30.322770099 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b2fa80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6ee0 item 85 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42200): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42200): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42200): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42200): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42200): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.041775238 +0000 UTC m=+30.323967130 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42200): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7260 item 86 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.04233185 +0000 UTC m=+30.324523742 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42700): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42c80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42c80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42c80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42c80): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42c80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.04233185 +0000 UTC m=+30.324523742 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b42c80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7420 item 86 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43300): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43300): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43300): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.043563327 +0000 UTC m=+30.325755239 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa77a0 item 87 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.044119788 +0000 UTC m=+30.326311681 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43d40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43d40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43d40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43d40): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43d40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.044119788 +0000 UTC m=+30.326311681 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b43d40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7960 item 87 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e4c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e4c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e4c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e4c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e4c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.045428192 +0000 UTC m=+30.327620084 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e4c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7c70 item 88 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.046400149 +0000 UTC m=+30.328592080 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e940): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6eec0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6eec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6eec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6eec0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6eec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.046400149 +0000 UTC m=+30.328592080 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6eec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7e30 item 88 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.04977756 +0000 UTC m=+30.331969452 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fa40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fa40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fa40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2850 item 89 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fa40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fa40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.050966418 +0000 UTC m=+30.333158340 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fa40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2b60 item 89 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.051995523 +0000 UTC m=+30.334187414 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94080): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94600): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94600): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94600): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94600): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94600): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.051995523 +0000 UTC m=+30.334187414 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94600): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2d90 item 89 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.053717155 +0000 UTC m=+30.335909048 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b94c40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95180): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95180): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95180): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb3490 item 90 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95180): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95180): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.054514823 +0000 UTC m=+30.336706735 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95180): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb36c0 item 90 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.0552914 +0000 UTC m=+30.337483322 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b956c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95c80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95c80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95c80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95c80): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95c80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.0552914 +0000 UTC m=+30.337483322 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b95c80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb3880 item 90 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.056892797 +0000 UTC m=+30.339084689 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc23c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2900): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2900): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2900): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb3c00 item 91 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2900): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2900): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.057526775 +0000 UTC m=+30.339718667 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2900): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb3dc0 item 91 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.058376079 +0000 UTC m=+30.340567981 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc2e40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc33c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc33c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc33c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc33c0): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc33c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.058376079 +0000 UTC m=+30.340567981 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc33c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590a230 item 91 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.059795231 +0000 UTC m=+30.341987124 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc3a00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0040): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0040): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590b5e0 item 92 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0040): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.060316777 +0000 UTC m=+30.342508670 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590b8f0 item 92 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.060910649 +0000 UTC m=+30.343102561 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0580): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0b40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0b40): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.060910649 +0000 UTC m=+30.343102561 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf0b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590bc00 item 92 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.062285668 +0000 UTC m=+30.344477600 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1180): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf16c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf16c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf16c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa0230 item 93 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf16c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf16c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.06273658 +0000 UTC m=+30.344928471 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf16c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1dc0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1dc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1dc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1dc0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1dc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.06273658 +0000 UTC m=+30.344928471 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf1dc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa0620 item 93 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.064184335 +0000 UTC m=+30.346376227 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8c500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8ca40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8ca40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8ca40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa0c40 item 94 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8ca40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8ca40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.064665194 +0000 UTC m=+30.346857086 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8ca40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d140): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d140): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d140): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d140): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d140): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.064665194 +0000 UTC m=+30.346857086 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d140): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa0ee0 item 94 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.066130503 +0000 UTC m=+30.348322395 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8d780): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8dcc0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8dcc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8dcc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa1340 item 95 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8dcc0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8dcc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.066630488 +0000 UTC m=+30.348822380 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c8dcc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4a4c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4a4c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4a4c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4a4c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4a4c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.066630488 +0000 UTC m=+30.348822380 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4a4c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa16c0 item 95 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.067972614 +0000 UTC m=+30.350164517 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4ab00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b040): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b040): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa1c00 item 96 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b040): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.068574001 +0000 UTC m=+30.350765893 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b740): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b740): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b740): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b740): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b740): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.068574001 +0000 UTC m=+30.350765893 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d4b740): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5994000 item 96 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= 2026/04/13 05:15:32 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : >WaitForWriters: 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:32 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/13 05:15:32 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d6c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d6c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d6c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d6c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d6c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.074893533 +0000 UTC m=+30.357085445 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d6c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6db40): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6db40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6db40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6db40): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6db40): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6db40): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6db40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.074893533 +0000 UTC m=+30.357085445 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6db40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e100): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e100): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e100): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e100): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e100): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.074893533 +0000 UTC m=+30.357085445 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e100): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4a310 item 1 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e740): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e740): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e740): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e740): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e740): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.077147362 +0000 UTC m=+30.359339254 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596e740): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596ec40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596ec40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596ec40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596ec40): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596ec40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.077147362 +0000 UTC m=+30.359339254 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596ec40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4aa80 item 2 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f280): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f280): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f280): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f280): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f280): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.078633891 +0000 UTC m=+30.360825783 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f280): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f700): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f700): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f700): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f700): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f700): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f700): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f700): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.078633891 +0000 UTC m=+30.360825783 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596f700): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596fbc0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596fbc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596fbc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596fbc0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596fbc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.078633891 +0000 UTC m=+30.360825783 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e596fbc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4afc0 item 3 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0340): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0340): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0340): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0340): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0340): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.080692892 +0000 UTC m=+30.362884804 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0340): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0880): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0880): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0880): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0880): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0880): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.080692892 +0000 UTC m=+30.362884804 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0880): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4b810 item 4 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0ec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0ec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0ec0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0ec0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0ec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.081995684 +0000 UTC m=+30.364187576 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea0ec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1340): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1340): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1340): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1340): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1340): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1340): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1340): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.081995684 +0000 UTC m=+30.364187576 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1340): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1800): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1800): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1800): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.081995684 +0000 UTC m=+30.364187576 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4bce0 item 5 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1e80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1e80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1e80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1e80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1e80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.083820132 +0000 UTC m=+30.366012024 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ea1e80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eca4c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eca4c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eca4c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eca4c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eca4c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.083820132 +0000 UTC m=+30.366012024 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eca4c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fa380 item 6 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecab40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecab40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecab40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecab40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecab40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.08512597 +0000 UTC m=+30.367317861 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecab40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb040): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb040): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb040): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb040): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb040): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.08512597 +0000 UTC m=+30.367317861 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb500): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb500): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb500): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.08512597 +0000 UTC m=+30.367317861 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecb500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fa770 item 7 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecbb80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecbb80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecbb80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecbb80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecbb80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.086958893 +0000 UTC m=+30.369150785 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ecbb80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee21c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee21c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee21c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee21c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee21c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.086958893 +0000 UTC m=+30.369150785 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee21c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fac40 item 8 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2780): _readAt: size=2, off=0 2026/04/13 05:15:32 ERROR : open-test-file(0x27f0e5ee2780): Couldn't read size of file 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2780): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2780): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2780): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2780): close: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2780): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2b40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2b40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.088591018 +0000 UTC m=+30.370782910 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2fc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2fc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2fc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2fc0): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2fc0): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2fc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2fc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.088591018 +0000 UTC m=+30.370782910 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee2fc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee34c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee34c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee34c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee34c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee34c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.088591018 +0000 UTC m=+30.370782910 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee34c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fafc0 item 9 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee3b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee3b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee3b40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee3b40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee3b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.090553496 +0000 UTC m=+30.372745478 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ee3b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00180): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00180): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00180): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00180): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00180): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.090553496 +0000 UTC m=+30.372745478 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00180): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb490 item 10 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f007c0): _readAt: size=2, off=0 2026/04/13 05:15:32 ERROR : open-test-file(0x27f0e5f007c0): Couldn't read size of file 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f007c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f007c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f007c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f007c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f007c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00b80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00b80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00b80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00b80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00b80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.092115288 +0000 UTC m=+30.374307180 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f00b80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01080): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01080): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01080): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01080): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01080): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01080): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01080): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.092115288 +0000 UTC m=+30.374307180 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01080): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01580): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01580): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01580): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01580): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01580): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.092115288 +0000 UTC m=+30.374307180 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01580): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb810 item 11 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01c00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01c00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01c00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01c00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01c00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.094396478 +0000 UTC m=+30.376588370 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f01c00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c240): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c240): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c240): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c240): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c240): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.094396478 +0000 UTC m=+30.376588370 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c240): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fbd50 item 12 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c880): _readAt: size=2, off=0 2026/04/13 05:15:32 ERROR : open-test-file(0x27f0e5f1c880): Couldn't read size of file 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c880): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c880): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c880): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c880): close: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1c880): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1cc40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1cc40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1cc40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1cc40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1cc40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.096255541 +0000 UTC m=+30.378447443 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1cc40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d300): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d300): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d300): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.096255541 +0000 UTC m=+30.378447443 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0a230 item 13 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d980): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d980): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d980): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d980): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d980): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.098057287 +0000 UTC m=+30.380249209 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1d980): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1dec0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1dec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1dec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1dec0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1dec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.098057287 +0000 UTC m=+30.380249209 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1dec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0a5b0 item 14 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e600): _readAt: size=2, off=0 2026/04/13 05:15:32 ERROR : open-test-file(0x27f0e5f4e600): Couldn't read size of file 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e600): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e600): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e600): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e600): close: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e600): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e9c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e9c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e9c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e9c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e9c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.10023378 +0000 UTC m=+30.382425682 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4e9c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f080): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f080): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f080): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f080): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f080): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.10023378 +0000 UTC m=+30.382425682 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f080): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0acb0 item 15 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f700): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f700): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f700): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f700): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f700): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.101687186 +0000 UTC m=+30.383879088 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4f700): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4fc40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4fc40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4fc40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4fc40): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4fc40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.101687186 +0000 UTC m=+30.383879088 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f4fc40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0b490 item 16 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96380): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96380): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96380): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96380): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96380): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.10321886 +0000 UTC m=+30.385410762 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96380): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.10321886 +0000 UTC m=+30.385410762 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96d00): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96d00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96d00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96d00): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96d00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.10321886 +0000 UTC m=+30.385410762 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f96d00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0b8f0 item 17 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f97380): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f97380): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f97380): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f97380): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f97380): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.105482968 +0000 UTC m=+30.387674880 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f97380): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f978c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f978c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f978c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f978c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f978c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.105482968 +0000 UTC m=+30.387674880 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f978c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0bdc0 item 18 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8040): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8040): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8040): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.106988935 +0000 UTC m=+30.389180827 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.106988935 +0000 UTC m=+30.389180827 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8540): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a40): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.106988935 +0000 UTC m=+30.389180827 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58a7810 item 19 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c540): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c540): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c540): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c540): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c540): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.109590431 +0000 UTC m=+30.391782323 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c540): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0ca80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0ca80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0ca80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0ca80): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0ca80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.109590431 +0000 UTC m=+30.391782323 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0ca80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6035260 item 20 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d100): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d100): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d100): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d100): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d100): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.111062543 +0000 UTC m=+30.393254434 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d100): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.111062543 +0000 UTC m=+30.393254434 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d600): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0db00): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0db00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0db00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0db00): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0db00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.111062543 +0000 UTC m=+30.393254434 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0db00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60355e0 item 21 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a280): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a280): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a280): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a280): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a280): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.113020002 +0000 UTC m=+30.395211904 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a280): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a7c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a7c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a7c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a7c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a7c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.113020002 +0000 UTC m=+30.395211904 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3a7c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6035b90 item 22 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3ae40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3ae40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3ae40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3ae40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3ae40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.114438002 +0000 UTC m=+30.396629893 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3ae40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.114438002 +0000 UTC m=+30.396629893 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b340): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b840): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b840): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b840): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b840): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b840): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.114438002 +0000 UTC m=+30.396629893 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3b840): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e55eabd0 item 23 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3bec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3bec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3bec0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3bec0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3bec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.116273471 +0000 UTC m=+30.398465362 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e3bec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62500): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62500): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62500): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.116273471 +0000 UTC m=+30.398465362 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e62703f0 item 24 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62b40): _readAt: size=2, off=0 2026/04/13 05:15:32 ERROR : open-test-file(0x27f0e5e62b40): Couldn't read size of file 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62b40): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62b40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62b40): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62f00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62f00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62f00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62f00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62f00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.117435206 +0000 UTC m=+30.399627098 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e62f00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.117435206 +0000 UTC m=+30.399627098 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63400): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63940): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63940): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63940): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63940): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63940): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.117435206 +0000 UTC m=+30.399627098 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e63940): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e62709a0 item 25 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60100c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60100c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60100c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60100c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60100c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.118900244 +0000 UTC m=+30.401092136 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60100c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010600): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010600): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010600): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010600): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010600): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.118900244 +0000 UTC m=+30.401092136 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010600): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6271110 item 26 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010c40): _readAt: size=2, off=0 2026/04/13 05:15:32 ERROR : open-test-file(0x27f0e6010c40): Couldn't read size of file 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010c40): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010c40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010c40): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010c40): close: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6010c40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011000): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011000): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011000): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011000): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011000): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.1200099 +0000 UTC m=+30.402201793 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011000): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.1200099 +0000 UTC m=+30.402201793 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011a40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011a40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011a40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011a40): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011a40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.1200099 +0000 UTC m=+30.402201793 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6011a40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6271570 item 27 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c1c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c1c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c1c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c1c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c1c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.121565911 +0000 UTC m=+30.403757803 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c1c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c700): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c700): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c700): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c700): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c700): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.121565911 +0000 UTC m=+30.403757803 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604c700): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6271a40 item 28 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604cd40): _readAt: size=2, off=0 2026/04/13 05:15:32 ERROR : open-test-file(0x27f0e604cd40): Couldn't read size of file 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604cd40): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604cd40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604cd40): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604cd40): close: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604cd40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d100): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d100): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d100): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d100): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d100): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.122674185 +0000 UTC m=+30.404866077 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d100): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d7c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d7c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d7c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d7c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d7c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.122674185 +0000 UTC m=+30.404866077 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604d7c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5ad8230 item 29 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604de40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604de40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604de40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604de40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604de40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.123747103 +0000 UTC m=+30.405938995 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e604de40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6072480): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6072480): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6072480): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6072480): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6072480): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.123747103 +0000 UTC m=+30.405938995 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6072480): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5ad92d0 item 30 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9040): _readAt: size=2, off=0 2026/04/13 05:15:32 ERROR : open-test-file(0x27f0e5fc9040): Couldn't read size of file 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9040): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9040): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9040): >_writeAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9040): close: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9400): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9400): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9400): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9400): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9400): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.127270321 +0000 UTC m=+30.409462213 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9400): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9ac0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9ac0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9ac0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9ac0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9ac0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.127270321 +0000 UTC m=+30.409462213 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc9ac0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c54230 item 31 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106180): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106180): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106180): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106180): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106180): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.129404003 +0000 UTC m=+30.411595895 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106180): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec300): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec300): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec300): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.129404003 +0000 UTC m=+30.411595895 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5ad8150 item 32 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec940): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec940): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec940): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec940): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec940): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.13132328 +0000 UTC m=+30.413515172 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fec940): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fecdc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fecdc0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fecdc0): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fecdc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fecdc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5ad91f0 item 33 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fecdc0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fecdc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.132053009 +0000 UTC m=+30.414245001 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fecdc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed2c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed2c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed2c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed2c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed2c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.132053009 +0000 UTC m=+30.414245001 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed2c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5ad9dc0 item 33 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed900): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed900): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed900): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed900): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed900): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.13377852 +0000 UTC m=+30.415970412 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fed900): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fedd80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fedd80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c54cb0 item 34 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fedd80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fedd80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fedd80): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fedd80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fedd80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.134458695 +0000 UTC m=+30.416650587 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fedd80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106840): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106840): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106840): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106840): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106840): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.134458695 +0000 UTC m=+30.416650587 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106840): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c54f50 item 34 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106e80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106e80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106e80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106e80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106e80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.135735518 +0000 UTC m=+30.417927410 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6106e80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107300): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107300): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107300): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107300): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c55570 item 35 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107300): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.136596905 +0000 UTC m=+30.418788797 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107800): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107800): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107800): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.136596905 +0000 UTC m=+30.418788797 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c557a0 item 35 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107e80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107e80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107e80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107e80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107e80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.13791675 +0000 UTC m=+30.420108642 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6107e80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98500): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c55c00 item 36 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98500): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98500): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98500): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98500): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.138775913 +0000 UTC m=+30.420967805 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98a40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98a40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98a40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98a40): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98a40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.138775913 +0000 UTC m=+30.420967805 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d98a40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c55dc0 item 36 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99080): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99080): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99080): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99080): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99080): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.140588649 +0000 UTC m=+30.422780541 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99080): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99500): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99500): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99500): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99500): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e64023f0 item 37 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99500): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.14118726 +0000 UTC m=+30.423379162 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99a00): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99a00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99a00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99a00): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99a00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.14118726 +0000 UTC m=+30.423379162 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d99a00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e64025b0 item 37 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a180): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a180): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a180): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a180): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a180): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.143469563 +0000 UTC m=+30.425661455 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a180): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a680): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a680): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6402a80 item 38 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a680): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a680): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a680): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a680): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a680): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.144574932 +0000 UTC m=+30.426766824 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600a680): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600ac40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600ac40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600ac40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600ac40): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600ac40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.144574932 +0000 UTC m=+30.426766824 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600ac40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6402c40 item 38 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b2c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b2c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b2c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b2c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b2c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.145848458 +0000 UTC m=+30.428040351 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b2c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b840): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b840): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b840): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b840): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b840): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e64031f0 item 39 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b840): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b840): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.146448984 +0000 UTC m=+30.428640876 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600b840): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600bd40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600bd40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600bd40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600bd40): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600bd40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.146448984 +0000 UTC m=+30.428640876 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e600bd40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e64033b0 item 39 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599eb40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599eb40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599eb40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599eb40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599eb40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.147899785 +0000 UTC m=+30.430091677 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599eb40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fa40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fa40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6403730 item 40 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fa40): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fa40): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fa40): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fa40): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fa40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.148596872 +0000 UTC m=+30.430788764 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e599fa40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59245c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59245c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59245c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59245c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59245c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.148596872 +0000 UTC m=+30.430788764 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e59245c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e64039d0 item 40 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55184c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55184c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55184c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55184c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55184c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55184c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55184c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.149981178 +0000 UTC m=+30.432173070 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55184c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55190c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55190c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55190c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60422a0 item 41 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55190c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55190c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.150572666 +0000 UTC m=+30.432764558 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e55190c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519600): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519600): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519600): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519600): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519600): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042460 item 41 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519600): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519600): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.151159475 +0000 UTC m=+30.433351367 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519600): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519b40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519b40): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.151159475 +0000 UTC m=+30.433351367 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5519b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042690 item 41 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8400): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8400): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8400): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8400): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8400): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8400): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8400): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.152551695 +0000 UTC m=+30.434743588 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca8400): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9340): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9340): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9340): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042a10 item 42 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9340): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9340): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.153149816 +0000 UTC m=+30.435341718 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9340): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9ac0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9ac0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042bd0 item 42 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9ac0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9ac0): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9ac0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9ac0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.153753708 +0000 UTC m=+30.435945600 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5ca9ac0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ece80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ece80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ece80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ece80): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ece80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.153753708 +0000 UTC m=+30.435945600 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57ece80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6042e70 item 42 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57eda80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57eda80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57eda80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57eda80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57eda80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57eda80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57eda80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.155215048 +0000 UTC m=+30.437406941 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e57eda80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c280): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c280): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c280): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60432d0 item 43 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c280): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c280): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.157379069 +0000 UTC m=+30.439570960 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c280): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c7c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c7c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c7c0): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c7c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c7c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043490 item 43 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c7c0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c7c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.158039627 +0000 UTC m=+30.440231519 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6c7c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6cd00): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6cd00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6cd00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6cd00): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6cd00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.158039627 +0000 UTC m=+30.440231519 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6cd00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043730 item 43 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d340): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d340): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d340): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d340): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d340): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d340): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d340): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.159719411 +0000 UTC m=+30.441911302 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d340): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d880): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d880): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d880): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043ab0 item 44 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d880): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d880): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.160265022 +0000 UTC m=+30.442456914 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6d880): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ddc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ddc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043c70 item 44 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ddc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ddc0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ddc0): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ddc0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ddc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.16090418 +0000 UTC m=+30.443096073 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d6ddc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c480): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c480): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c480): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c480): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c480): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.16090418 +0000 UTC m=+30.443096073 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0c480): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6043e30 item 44 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cac0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cac0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cac0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cac0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cac0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cac0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cac0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.162785384 +0000 UTC m=+30.444977277 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cac0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cfc0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cfc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cfc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58ca3f0 item 45 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cfc0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cfc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.163348358 +0000 UTC m=+30.445540251 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0cfc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d6c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d6c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d6c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d6c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d6c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.163348358 +0000 UTC m=+30.445540251 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0d6c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58ca620 item 45 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0dd00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0dd00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0dd00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0dd00): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0dd00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0dd00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0dd00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.164638206 +0000 UTC m=+30.446830108 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e0dd00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8300): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8300): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58cb0a0 item 46 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8300): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.16505877 +0000 UTC m=+30.447250662 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a00): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a00): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.16505877 +0000 UTC m=+30.447250662 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5fc8a00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58cb340 item 46 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d02c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d02c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d02c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d02c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d02c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d02c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d02c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.166211128 +0000 UTC m=+30.448403020 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d02c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d07c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d07c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d07c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58cbce0 item 47 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d07c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d07c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.166616805 +0000 UTC m=+30.448808697 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d07c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d0ec0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d0ec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d0ec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d0ec0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d0ec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.166616805 +0000 UTC m=+30.448808697 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d0ec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9e150 item 47 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1500): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1500): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1500): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1500): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1500): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.16778388 +0000 UTC m=+30.449975772 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1a00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1a00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1a00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9eb60 item 48 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1a00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1a00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.168297702 +0000 UTC m=+30.450489593 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60d1a00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6200): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6200): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6200): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6200): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6200): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.168297702 +0000 UTC m=+30.450489593 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6200): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9ee70 item 48 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6840): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6840): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6840): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6840): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6840): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.16997468 +0000 UTC m=+30.452166572 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6840): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9f8f0 item 49 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.17065185 +0000 UTC m=+30.452843772 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f6cc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7200): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7200): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7200): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7200): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7200): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.17065185 +0000 UTC m=+30.452843772 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7200): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c9fab0 item 49 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7880): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7880): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7880): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7880): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7880): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.172785132 +0000 UTC m=+30.454977024 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7880): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c621c0 item 50 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.174721541 +0000 UTC m=+30.456913433 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e60f7d80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116040): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116040): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116040): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.174721541 +0000 UTC m=+30.456913433 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c62af0 item 50 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61166c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61166c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61166c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61166c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61166c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.176105085 +0000 UTC m=+30.458296977 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61166c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b624d0 item 51 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.176600963 +0000 UTC m=+30.458792855 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6116bc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117100): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117100): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117100): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117100): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117100): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.176600963 +0000 UTC m=+30.458792855 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117100): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b628c0 item 51 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117780): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117780): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117780): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117780): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117780): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.177853028 +0000 UTC m=+30.460044920 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117780): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b62d90 item 52 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.178384934 +0000 UTC m=+30.460576826 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6117c80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124300): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124300): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124300): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.178384934 +0000 UTC m=+30.460576826 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b62f50 item 52 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124980): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124980): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124980): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124980): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124980): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.17955764 +0000 UTC m=+30.461749532 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124980): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b632d0 item 53 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.180183502 +0000 UTC m=+30.462375394 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6124e80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61253c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61253c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61253c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61253c0): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61253c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.180183502 +0000 UTC m=+30.462375394 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61253c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b63490 item 53 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6125a40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6125a40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6125a40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6125a40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6125a40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.18163757 +0000 UTC m=+30.463829462 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6125a40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b63880 item 54 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.182257321 +0000 UTC m=+30.464449213 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130040): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61305c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61305c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61305c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61305c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61305c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.182257321 +0000 UTC m=+30.464449213 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e61305c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b63a40 item 54 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130c40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130c40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130c40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130c40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130c40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.183461947 +0000 UTC m=+30.465653840 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6130c40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b90000 item 55 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.183937176 +0000 UTC m=+30.466129067 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131140): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131680): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131680): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131680): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131680): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131680): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.183937176 +0000 UTC m=+30.466129067 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131680): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b901c0 item 55 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131d00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131d00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131d00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131d00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131d00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.185212787 +0000 UTC m=+30.467404678 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6131d00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b905b0 item 56 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.185921325 +0000 UTC m=+30.468113217 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c880): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c880): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c880): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c880): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c880): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.185921325 +0000 UTC m=+30.468113217 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613c880): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b90770 item 56 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.187167881 +0000 UTC m=+30.469359772 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613cec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d400): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d400): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d400): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b90cb0 item 57 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d400): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d400): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.187585109 +0000 UTC m=+30.469777001 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d400): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b90e70 item 57 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.188048765 +0000 UTC m=+30.470240667 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613d940): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613dec0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613dec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613dec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613dec0): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613dec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.188048765 +0000 UTC m=+30.470240667 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e613dec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b910a0 item 57 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.189281224 +0000 UTC m=+30.471473116 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614a600): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614ab40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614ab40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614ab40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b91500 item 58 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614ab40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614ab40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.189690467 +0000 UTC m=+30.471882360 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614ab40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b917a0 item 58 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.190292546 +0000 UTC m=+30.472484437 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b080): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b640): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b640): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b640): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b640): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b640): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.190292546 +0000 UTC m=+30.472484437 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614b640): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b91ab0 item 58 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.191401611 +0000 UTC m=+30.473593503 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e614bc80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a2c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a2c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a2c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5b91e30 item 59 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a2c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a2c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.191942143 +0000 UTC m=+30.474134034 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a2c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6230 item 59 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.192356155 +0000 UTC m=+30.474548047 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615a800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615ad80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615ad80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615ad80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615ad80): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615ad80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.192356155 +0000 UTC m=+30.474548047 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615ad80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6460 item 59 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.193714262 +0000 UTC m=+30.475906154 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b3c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b900): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b900): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b900): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa67e0 item 60 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b900): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b900): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.194174161 +0000 UTC m=+30.476366053 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615b900): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa69a0 item 60 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.194699715 +0000 UTC m=+30.476891606 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e615be40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168500): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168500): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168500): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.194699715 +0000 UTC m=+30.476891606 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6b60 item 60 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.195840579 +0000 UTC m=+30.478032471 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6168b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169080): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169080): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169080): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa6f50 item 61 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169080): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169080): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.196292003 +0000 UTC m=+30.478483905 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169080): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169780): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169780): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169780): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169780): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169780): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.196292003 +0000 UTC m=+30.478483905 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169780): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7110 item 61 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.198138021 +0000 UTC m=+30.480329914 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e6169dc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16400): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16400): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16400): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7490 item 62 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16400): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16400): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.198700995 +0000 UTC m=+30.480892897 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16400): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16b00): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16b00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16b00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16b00): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16b00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.198700995 +0000 UTC m=+30.480892897 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b16b00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7650 item 62 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.200441865 +0000 UTC m=+30.482633757 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17140): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17680): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17680): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17680): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa79d0 item 63 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17680): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17680): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.201697779 +0000 UTC m=+30.483889670 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17680): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17d80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17d80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17d80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17d80): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17d80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.201697779 +0000 UTC m=+30.483889670 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b17d80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fa7b90 item 63 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): >_readAt: n=0, err=Bad file descriptor 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.204476039 +0000 UTC m=+30.486667941 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b264c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b26a00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b26a00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b26a00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2070 item 64 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b26a00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b26a00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.20612271 +0000 UTC m=+30.488314632 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b26a00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27100): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27100): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27100): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27100): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27100): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.20612271 +0000 UTC m=+30.488314632 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27100): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2770 item 64 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27740): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27740): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27740): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27740): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27740): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.207661018 +0000 UTC m=+30.489852910 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27740): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27bc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27bc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27bc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27bc0): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27bc0): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2c40 item 65 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27bc0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27bc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.208221397 +0000 UTC m=+30.490413289 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b27bc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c1c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c1c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c1c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c1c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c1c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.208221397 +0000 UTC m=+30.490413289 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c1c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb2e70 item 65 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c800): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c800): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c800): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.20951998 +0000 UTC m=+30.491711873 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3c800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3cc80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3cc80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb35e0 item 66 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3cc80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3cc80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3cc80): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3cc80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3cc80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.210061314 +0000 UTC m=+30.492253206 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3cc80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d1c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d1c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d1c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d1c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d1c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.210061314 +0000 UTC m=+30.492253206 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d1c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb37a0 item 66 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d800): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d800): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d800): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.211370928 +0000 UTC m=+30.493562820 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3d800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3dc80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3dc80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3dc80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3dc80): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3dc80): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb3b20 item 67 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3dc80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3dc80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.211855764 +0000 UTC m=+30.494047656 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b3dc80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e280): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e280): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e280): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e280): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e280): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.211855764 +0000 UTC m=+30.494047656 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e280): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5fb3ce0 item 67 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e900): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e900): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e900): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e900): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e900): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.213201358 +0000 UTC m=+30.495393249 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6e900): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6ee00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6ee00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590a770 item 68 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6ee00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6ee00): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6ee00): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6ee00): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6ee00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.213770723 +0000 UTC m=+30.495962615 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6ee00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f340): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f340): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f340): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f340): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f340): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.213770723 +0000 UTC m=+30.495962615 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f340): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590b490 item 68 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f980): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f980): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f980): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f980): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f980): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.215030354 +0000 UTC m=+30.497222246 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6f980): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fe00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fe00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fe00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fe00): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fe00): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590b9d0 item 69 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fe00): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fe00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.215529777 +0000 UTC m=+30.497721669 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b6fe00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98400): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98400): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98400): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98400): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98400): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.215529777 +0000 UTC m=+30.497721669 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98400): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e590bce0 item 69 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98a80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98a80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98a80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98a80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98a80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.216700299 +0000 UTC m=+30.498892191 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98a80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98f80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98f80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa0310 item 70 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98f80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98f80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98f80): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98f80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98f80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.217263022 +0000 UTC m=+30.499454914 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b98f80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b994c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b994c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b994c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b994c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b994c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.217263022 +0000 UTC m=+30.499454914 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b994c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa07e0 item 70 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b99b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b99b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b99b40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b99b40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b99b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.218472358 +0000 UTC m=+30.500664250 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5b99b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6140): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6140): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6140): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6140): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6140): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa0e00 item 71 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6140): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6140): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.218993933 +0000 UTC m=+30.501185826 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6140): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6640): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6640): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6640): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6640): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6640): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.218993933 +0000 UTC m=+30.501185826 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6640): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa0fc0 item 71 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6cc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6cc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6cc0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6cc0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6cc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.220301455 +0000 UTC m=+30.502493346 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc6cc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc71c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc71c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa1420 item 72 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc71c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc71c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc71c0): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc71c0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc71c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.220814384 +0000 UTC m=+30.503006275 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc71c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7700): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7700): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7700): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7700): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7700): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.220814384 +0000 UTC m=+30.503006275 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7700): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa1960 item 72 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7cc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7cc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7cc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7cc0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7cc0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7cc0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7cc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.221863126 +0000 UTC m=+30.504055017 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bc7cc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf62c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf62c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf62c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5aa1dc0 item 73 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf62c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf62c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.22238956 +0000 UTC m=+30.504581452 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf62c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6780): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6780): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6780): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6780): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6780): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5994a80 item 73 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6780): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6780): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.2229662 +0000 UTC m=+30.505158092 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6780): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6cc0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6cc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6cc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6cc0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6cc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.2229662 +0000 UTC m=+30.505158092 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf6cc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5994fc0 item 73 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7300): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7300): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7300): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7300): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7300): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.22434217 +0000 UTC m=+30.506534062 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7800): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7800): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5995650 item 74 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7800): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.224767724 +0000 UTC m=+30.506959616 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7d40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7d40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e59958f0 item 74 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7d40): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7d40): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7d40): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7d40): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7d40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.22530499 +0000 UTC m=+30.507496881 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5bf7d40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c843c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c843c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c843c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c843c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c843c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.22530499 +0000 UTC m=+30.507496881 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c843c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582e0e0 item 74 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84a00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84a00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84a00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84a00): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84a00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84a00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84a00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.226310029 +0000 UTC m=+30.508501921 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84a00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84f00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84f00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84f00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582eaf0 item 75 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84f00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84f00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.226814452 +0000 UTC m=+30.509006344 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c84f00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85440): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85440): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85440): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85440): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85440): _writeAt: size=3, off=2 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582f340 item 75 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85440): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85440): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.227342921 +0000 UTC m=+30.509534812 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85440): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85980): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85980): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85980): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85980): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85980): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.227342921 +0000 UTC m=+30.509534812 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5c85980): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e582fc70 item 75 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d360c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d360c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d360c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d360c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d360c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d360c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d360c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.228481733 +0000 UTC m=+30.510673625 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d360c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d365c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d365c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d365c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4a2a0 item 76 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d365c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d365c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.228880025 +0000 UTC m=+30.511071917 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d365c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d36b00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d36b00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4a460 item 76 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d36b00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d36b00): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d36b00): _writeAt: size=3, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d36b00): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d36b00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.229484557 +0000 UTC m=+30.511676449 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d36b00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37080): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37080): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37080): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37080): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37080): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.229484557 +0000 UTC m=+30.511676449 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37080): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4a850 item 76 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d376c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d376c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d376c0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d376c0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d376c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d376c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d376c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.230488575 +0000 UTC m=+30.512680467 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d376c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37bc0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37bc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37bc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4ac40 item 77 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37bc0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37bc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.230964765 +0000 UTC m=+30.513156657 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d37bc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d783c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d783c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d783c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d783c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d783c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.230964765 +0000 UTC m=+30.513156657 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d783c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4afc0 item 77 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78a00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78a00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78a00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78a00): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78a00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78a00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78a00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.232261025 +0000 UTC m=+30.514453007 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78a00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78f00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78f00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78f00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4b650 item 78 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78f00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78f00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.232705395 +0000 UTC m=+30.514897287 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d78f00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79600): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79600): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79600): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79600): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79600): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.232705395 +0000 UTC m=+30.514897287 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79600): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4b880 item 78 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79c40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79c40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79c40): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79c40): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79c40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79c40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79c40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.234316439 +0000 UTC m=+30.516508331 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5d79c40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6240): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6240): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6240): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c4bd50 item 79 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6240): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6240): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.23519553 +0000 UTC m=+30.517387422 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6240): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6940): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6940): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6940): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6940): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6940): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.23519553 +0000 UTC m=+30.517387422 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6940): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fa070 item 79 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6f80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6f80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6f80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6f80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6f80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6f80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6f80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.236451093 +0000 UTC m=+30.518642984 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd6f80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7480): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7480): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7480): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fa4d0 item 80 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7480): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7480): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.236980263 +0000 UTC m=+30.519172155 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7480): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7b80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7b80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7b80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7b80): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7b80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.236980263 +0000 UTC m=+30.519172155 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5dd7b80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fa690 item 80 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df22c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df22c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df22c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df22c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df22c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.238633146 +0000 UTC m=+30.520825038 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df22c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61faa10 item 81 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.239336245 +0000 UTC m=+30.521528137 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2740): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2c80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2c80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2c80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2c80): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2c80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.239336245 +0000 UTC m=+30.521528137 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df2c80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fabd0 item 81 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3300): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3300): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3300): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3300): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3300): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.240679333 +0000 UTC m=+30.522871225 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3300): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61faf50 item 82 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.241306358 +0000 UTC m=+30.523498251 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3800): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3d80): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3d80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3d80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3d80): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3d80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.241306358 +0000 UTC m=+30.523498251 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5df3d80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb110 item 82 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30500): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30500): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30500): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30500): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30500): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.242576348 +0000 UTC m=+30.524768239 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30500): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb490 item 83 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.24319147 +0000 UTC m=+30.525383362 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30a00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30f40): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30f40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30f40): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30f40): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30f40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.24319147 +0000 UTC m=+30.525383362 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e30f40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fb650 item 83 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e315c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e315c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e315c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e315c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e315c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.244472982 +0000 UTC m=+30.526664874 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e315c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fba40 item 84 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.245023502 +0000 UTC m=+30.527215404 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e31ac0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e140): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e140): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e140): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e140): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e140): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.245023502 +0000 UTC m=+30.527215404 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e140): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e61fbc00 item 84 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e7c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e7c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e7c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e7c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e7c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.246343396 +0000 UTC m=+30.528535288 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4e7c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0a0e0 item 85 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.246887975 +0000 UTC m=+30.529079867 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4ecc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f200): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f200): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f200): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f200): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f200): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.246887975 +0000 UTC m=+30.529079867 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f200): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0a2a0 item 85 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f880): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f880): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f880): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f880): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f880): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.248316054 +0000 UTC m=+30.530507946 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4f880): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0a690 item 86 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.248897754 +0000 UTC m=+30.531089646 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e4fd80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72400): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72400): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72400): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72400): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72400): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.248897754 +0000 UTC m=+30.531089646 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72400): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0ab60 item 86 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72a80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72a80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72a80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72a80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72a80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.250135923 +0000 UTC m=+30.532327816 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72a80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0b1f0 item 87 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.250598588 +0000 UTC m=+30.532790480 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e72f80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e734c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e734c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e734c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e734c0): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e734c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.250598588 +0000 UTC m=+30.532790480 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e734c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0b500 item 87 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e73b40): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e73b40): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e73b40): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e73b40): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e73b40): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.252040021 +0000 UTC m=+30.534231914 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e73b40): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0b960 item 88 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.25257902 +0000 UTC m=+30.534770913 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90140): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e906c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e906c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e906c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e906c0): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e906c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.25257902 +0000 UTC m=+30.534770913 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e906c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e5c0bb20 item 88 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.25377502 +0000 UTC m=+30.535966912 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e90d00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91240): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91240): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91240): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58a6070 item 89 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91240): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91240): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.254364474 +0000 UTC m=+30.536556367 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91240): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58a6460 item 89 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.254842698 +0000 UTC m=+30.537034590 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91780): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91d00): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91d00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91d00): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91d00): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91d00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.254842698 +0000 UTC m=+30.537034590 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5e91d00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e58a7ce0 item 89 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.256050791 +0000 UTC m=+30.538242683 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8440): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8980): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8980): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8980): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60344d0 item 90 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8980): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8980): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.256478019 +0000 UTC m=+30.538669910 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8980): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6034690 item 90 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.257068705 +0000 UTC m=+30.539260597 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb8ec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9480): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9480): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9480): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9480): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9480): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.257068705 +0000 UTC m=+30.539260597 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9480): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60349a0 item 90 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.258231071 +0000 UTC m=+30.540422963 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eb9ac0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda100): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda100): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda100): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6034d20 item 91 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda100): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda100): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.258616068 +0000 UTC m=+30.540807961 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda100): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): >_readAt: n=2, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): _writeAt: size=3, off=7 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60350a0 item 91 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.25911956 +0000 UTC m=+30.541311452 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5eda640): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edabc0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edabc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edabc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edabc0): >_readAt: n=8, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edabc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.25911956 +0000 UTC m=+30.541311452 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edabc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6035260 item 91 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.260346308 +0000 UTC m=+30.542538201 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb200): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb740): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb740): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb740): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60355e0 item 92 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb740): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb740): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.260915303 +0000 UTC m=+30.543107196 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edb740): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): open at offset 5 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e60357a0 item 92 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): _readAt: size=2, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): _writeAt: size=3, off=5 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): >_writeAt: n=3, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.261480331 +0000 UTC m=+30.543672223 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5edbc80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa340): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa340): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa340): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa340): >_readAt: n=3, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa340): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.261480331 +0000 UTC m=+30.543672223 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa340): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6035a40 item 92 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.26258614 +0000 UTC m=+30.544778033 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efa980): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efaec0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efaec0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efaec0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e55ea8c0 item 93 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efaec0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efaec0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.263034508 +0000 UTC m=+30.545226400 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efaec0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efb5c0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efb5c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efb5c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efb5c0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efb5c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.263034508 +0000 UTC m=+30.545226400 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efb5c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e55eacb0 item 93 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.264277537 +0000 UTC m=+30.546469429 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5efbc00): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e240): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e240): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e240): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270310 item 94 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e240): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e240): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.264692571 +0000 UTC m=+30.546884463 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e240): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e940): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e940): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e940): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e940): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e940): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.264692571 +0000 UTC m=+30.546884463 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1e940): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e62704d0 item 94 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.266059134 +0000 UTC m=+30.548251026 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1ef80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1f4c0): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1f4c0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1f4c0): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270a80 item 95 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1f4c0): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1f4c0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.268494756 +0000 UTC m=+30.550686648 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1f4c0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1fbc0): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1fbc0): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1fbc0): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1fbc0): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1fbc0): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.268494756 +0000 UTC m=+30.550686648 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f1fbc0): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270d90 item 95 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 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/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): open at offset 0 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): _readAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): >_readAt: n=0, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.269800474 +0000 UTC m=+30.551992366 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5924c80): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56280): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56280): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56280): >openPending: err= 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270000 item 96 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56280): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56280): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.27048121 +0000 UTC m=+30.552673103 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56280): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/13 05:15:32 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:32 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/13 05:15:32 DEBUG : open-test-file: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56980): _readAt: size=512, off=0 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56980): openPending: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56980): >openPending: err= 2026/04/13 05:15:32 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56980): >_readAt: n=5, err=EOF 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56980): close: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-13 05:15:32.27048121 +0000 UTC m=+30.552673103 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : open-test-file(0x27f0e5f56980): >close: err= 2026/04/13 05:15:32 DEBUG : open-test-file: Remove: 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x27f0e6270310 item 96 2026/04/13 05:15:32 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/13 05:15:32 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/13 05:15:32 DEBUG : open-test-file: >Remove: err= 2026/04/13 05:15:32 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : >WaitForWriters: 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.42s) --- PASS: TestRWFileHandleOpenTests/writes (0.21s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.01s) --- 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.20s) --- 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-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:32 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:32 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : file1: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : file1(0x27f0e5d98180): openPending: 2026/04/13 05:15:32 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:32 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:32 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:32 DEBUG : file1(0x27f0e5d98180): >openPending: err= 2026/04/13 05:15:32 DEBUG : file1: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:32 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/13 05:15:32 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/13 05:15:32 DEBUG : file1(0x27f0e5d98180): _writeAt: size=2, off=0 2026/04/13 05:15:32 DEBUG : file1(0x27f0e5d98180): >_writeAt: n=2, err= 2026/04/13 05:15:32 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/13 05:15:32 DEBUG : file1(0x27f0e5d98180): RWFileHandle.Flush 2026/04/13 05:15:32 DEBUG : file1(0x27f0e5d98180): RWFileHandle.Release 2026/04/13 05:15:32 DEBUG : file1(0x27f0e5d98180): close: 2026/04/13 05:15:32 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/13 05:15:32 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : file1(0x27f0e5d98180): >close: err= 2026/04/13 05:15:32 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : file1: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : file1: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : file1: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : file1: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:32 DEBUG : file1: vfs cache: starting upload 2026/04/13 05:15:32 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1.a0a9169e.partial" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1.a0a9169e.partial 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1.a0a9169e.partial" 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : file1: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xajacop7lede/file1.a0a9169e.partial 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:32 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/13 05:15:32 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/13 05:15:32 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/13 05:15:32 INFO : file1: Copied (new) 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:32 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:32 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xajacop7lede/file1 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:32 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/13 05:15:32 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/13 05:15:32 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/13 05:15:32 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:32 INFO : file1: vfs cache: upload succeeded try #1 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : file1: reading active writers 2026/04/13 05:15:32 DEBUG : >WaitForWriters: 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xajacop7lede/file1 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:32 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:32 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/13 05:15:32 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : file1: reading active writers 2026/04/13 05:15:32 DEBUG : >WaitForWriters: 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.51s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:32 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:32 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:32 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:32 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:32 DEBUG : rename_me: newRWFileHandle: 2026/04/13 05:15:32 DEBUG : rename_me(0x27f0e600a500): openPending: 2026/04/13 05:15:32 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/13 05:15:32 DEBUG : rename_me(0x27f0e600a500): >openPending: err= 2026/04/13 05:15:32 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/13 05:15:32 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/13 05:15:32 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/13 05:15:32 DEBUG : rename_me(0x27f0e600a500): _writeAt: size=5, off=0 2026/04/13 05:15:32 DEBUG : rename_me(0x27f0e600a500): >_writeAt: n=5, err= 2026/04/13 05:15:32 DEBUG : rename_me(0x27f0e600a500): close: 2026/04/13 05:15:32 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-13 05:15:32.791833624 +0000 UTC m=+31.074025526 2026/04/13 05:15:32 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/13 05:15:32 DEBUG : rename_me(0x27f0e600a500): >close: err= 2026/04/13 05:15:32 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/13 05:15:32 DEBUG : i_was_renamed: Updating file with 0x27f0e5d9ec00 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/13 05:15:32 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/13 05:15:32 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : i_was_renamed: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : i_was_renamed: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : i_was_renamed: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : i_was_renamed: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/13 05:15:32 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:32 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-xajacop7lede/dir/file1: no such file or directory 2026/04/13 05:15:32 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/13 05:15:32 DEBUG : i_was_renamed.207ee543.partial: size = 5 OK 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/i_was_renamed.207ee543.partial" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/i_was_renamed.207ee543.partial 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/i_was_renamed.207ee543.partial" 2026/04/13 05:15:32 DEBUG : Looking for writers 2026/04/13 05:15:32 DEBUG : i_was_renamed: reading active writers 2026/04/13 05:15:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/i_was_renamed.207ee543.partial 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:32 DEBUG : i_was_renamed.207ee543.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:32 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:32 DEBUG : i_was_renamed.207ee543.partial: renamed to: i_was_renamed 2026/04/13 05:15:32 INFO : i_was_renamed: Copied (new) 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/i_was_renamed" 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/i_was_renamed 2026/04/13 05:15:32 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/i_was_renamed" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/i_was_renamed 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:33 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:33 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-13 05:15:32 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/13 05:15:33 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/13 05:15:33 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/13 05:15:33 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/13 05:15:33 DEBUG : Looking for writers 2026/04/13 05:15:33 DEBUG : i_was_renamed: reading active writers 2026/04/13 05:15:33 DEBUG : >WaitForWriters: 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:33 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/13 05:15:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xajacop7lede" 2026/04/13 05:15:33 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/13 05:15:33 DEBUG : forgetting directory cache 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate(0x27f0e599e640): _readAt: size=512, off=0 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate(0x27f0e599e640): openPending: 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-13 04:16:33 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/13 05:15:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate(0x27f0e599e640): >openPending: err= 2026/04/13 05:15:33 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate(0x27f0e599e640): >_readAt: n=20, err=EOF 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate(0x27f0e599e640): close: 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:16:33 +0000 UTC 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate(0x27f0e599e640): >close: err= 2026/04/13 05:15:33 DEBUG : Re-reading directory (100.631775ms old) 2026/04/13 05:15:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:33 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:33 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/13 05:15:33 DEBUG : forgetting directory cache 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e600b7c0): _readAt: size=512, off=0 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e600b7c0): openPending: 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-13 04:17:33 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-13 04:16:33 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-13 04:17:33 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-13 04:16:33 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/13 05:15:34 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/13 05:15:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e600b7c0): >openPending: err= 2026/04/13 05:15:34 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e600b7c0): >_readAt: n=20, err=EOF 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e600b7c0): close: 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:17:33 +0000 UTC 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e600b7c0): >close: err= 2026/04/13 05:15:34 DEBUG : Re-reading directory (100.541967ms old) 2026/04/13 05:15:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/13 05:15:34 DEBUG : forgetting directory cache 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e5f577c0): _readAt: size=512, off=0 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e5f577c0): openPending: 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-13 04:18:33 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-13 04:17:33 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-13 04:18:33 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-13 04:17:33 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/13 05:15:34 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/13 05:15:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e5f577c0): >openPending: err= 2026/04/13 05:15:34 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e5f577c0): >_readAt: n=20, err=EOF 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e5f577c0): close: 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:18:33 +0000 UTC 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate(0x27f0e5f577c0): >close: err= 2026/04/13 05:15:34 DEBUG : Re-reading directory (102.701869ms old) 2026/04/13 05:15:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:34 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:34 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/13 05:15:34 DEBUG : forgetting directory cache 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5518480): _readAt: size=512, off=0 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5518480): openPending: 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-13 04:19:33 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-13 04:18:33 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-13 04:19:33 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-13 04:18:33 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/13 05:15:35 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/13 05:15:35 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5518480): >openPending: err= 2026/04/13 05:15:35 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5518480): >_readAt: n=20, err=EOF 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5518480): close: 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:19:33 +0000 UTC 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5518480): >close: err= 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : forgetting directory cache 2026/04/13 05:15:35 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5d6c240): _readAt: size=512, off=0 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5d6c240): openPending: 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-13 04:20:33 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-13 04:19:33 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-13 04:20:33 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-13 04:19:33 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/13 05:15:35 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/13 05:15:35 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5d6c240): >openPending: err= 2026/04/13 05:15:35 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5d6c240): >_readAt: n=20, err=EOF 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5d6c240): close: 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:20:33 +0000 UTC 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate(0x27f0e5d6c240): >close: err= 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : forgetting directory cache 2026/04/13 05:15:35 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:35 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:35 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5519a80): _readAt: size=512, off=0 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5519a80): openPending: 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-13 04:21:33 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-13 04:20:33 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-13 04:21:33 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-13 04:20:33 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/13 05:15:36 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/13 05:15:36 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5519a80): >openPending: err= 2026/04/13 05:15:36 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5519a80): >_readAt: n=20, err=EOF 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5519a80): close: 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:21:33 +0000 UTC 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5519a80): >close: err= 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : forgetting directory cache 2026/04/13 05:15:36 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5d6c7c0): _readAt: size=512, off=0 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5d6c7c0): openPending: 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-13 04:22:33 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-13 04:21:33 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-13 04:22:33 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-13 04:21:33 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/13 05:15:36 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/13 05:15:36 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5d6c7c0): >openPending: err= 2026/04/13 05:15:36 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5d6c7c0): >_readAt: n=21, err=EOF 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5d6c7c0): close: 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:22:33 +0000 UTC 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate(0x27f0e5d6c7c0): >close: err= 2026/04/13 05:15:36 DEBUG : Re-reading directory (100.790446ms old) 2026/04/13 05:15:36 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:36 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:36 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/13 05:15:36 DEBUG : forgetting directory cache 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f00000): _readAt: size=512, off=0 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f00000): openPending: 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-13 04:23:33 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-13 04:22:33 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-13 04:23:33 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-13 04:22:33 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/13 05:15:37 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/13 05:15:37 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f00000): >openPending: err= 2026/04/13 05:15:37 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f00000): >_readAt: n=22, err=EOF 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f00000): close: 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:23:33 +0000 UTC 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f00000): >close: err= 2026/04/13 05:15:37 DEBUG : Re-reading directory (100.739831ms old) 2026/04/13 05:15:37 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/13 05:15:37 DEBUG : forgetting directory cache 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f1e4c0): _readAt: size=512, off=0 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f1e4c0): openPending: 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-13 04:24:33 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-13 04:23:33 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-13 04:24:33 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-13 04:23:33 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/13 05:15:37 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/13 05:15:37 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f1e4c0): >openPending: err= 2026/04/13 05:15:37 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f1e4c0): >_readAt: n=23, err=EOF 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f1e4c0): close: 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:24:33 +0000 UTC 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate(0x27f0e5f1e4c0): >close: err= 2026/04/13 05:15:37 DEBUG : Re-reading directory (107.292925ms old) 2026/04/13 05:15:37 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:37 DEBUG : forgetting directory cache 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:37 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/13 05:15:37 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate(0x27f0e5f1e200): _readAt: size=512, off=0 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate(0x27f0e5f1e200): openPending: 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/TestRWCacheUpdate" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-xajacop7lede/TestRWCacheUpdate 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-13 04:25:33 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-13 04:24:33 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-13 04:25:33 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-13 04:24:33 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/13 05:15:38 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/13 05:15:38 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate(0x27f0e5f1e200): >openPending: err= 2026/04/13 05:15:38 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate(0x27f0e5f1e200): >_readAt: n=24, err=EOF 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate(0x27f0e5f1e200): close: 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-13 04:25:33 +0000 UTC 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate(0x27f0e5f1e200): >close: err= 2026/04/13 05:15:38 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:38 DEBUG : Looking for writers 2026/04/13 05:15:38 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/13 05:15:38 DEBUG : >WaitForWriters: 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.95s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : forgetting directory cache 2026/04/13 05:15:38 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/13 05:15:38 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:38 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:38 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:38 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/13 05:15:38 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/13 05:15:38 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/13 05:15:38 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:38 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/13 05:15:38 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:38 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/13 05:15:38 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/13 05:15:38 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/13 05:15:38 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:38 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/13 05:15:38 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:38 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/13 05:15:38 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/13 05:15:38 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/13 05:15:38 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:38 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:38 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:38 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/13 05:15:38 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/13 05:15:38 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/13 05:15:38 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:38 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/13 05:15:38 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:38 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/13 05:15:38 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/13 05:15:38 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/13 05:15:38 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:38 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FilEb" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FilEb 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FilEb" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xajacop7lede/FilEb 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:38 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:38 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/FiLeA" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xajacop7lede/FiLeA 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FilEb" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FilEb 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FilEb" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xajacop7lede/FilEb 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FilEb" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/FilEb 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/FilEb" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-xajacop7lede/FilEb 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/13 05:15:39 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/13 05:15:39 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/13 05:15:39 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FiLeB" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xajacop7lede/FiLeB 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/13 05:15:39 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/13 05:15:39 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/13 05:15:39 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/FilEb" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/FilEb 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/FilEb" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xajacop7lede/FilEb 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/13 05:15:39 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/13 05:15:39 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/13 05:15:39 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/13 05:15:39 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/13 05:15:39 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:39 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:39 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:39 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/13 05:15:39 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/13 05:15:39 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/13 05:15:39 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/13 05:15:39 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/13 05:15:39 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:39 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:39 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:39 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:39 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:39 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:39 DEBUG : Looking for writers 2026/04/13 05:15:39 DEBUG : FiLeA: reading active writers 2026/04/13 05:15:39 DEBUG : FiLeB: reading active writers 2026/04/13 05:15:39 DEBUG : FilEb: reading active writers 2026/04/13 05:15:39 DEBUG : >WaitForWriters: 2026/04/13 05:15:39 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:39 DEBUG : Looking for writers 2026/04/13 05:15:39 DEBUG : FiLeA: reading active writers 2026/04/13 05:15:39 DEBUG : FiLeB: reading active writers 2026/04/13 05:15:39 DEBUG : FilEb: reading active writers 2026/04/13 05:15:39 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.61s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/normal name with no special characters.txt" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/normal\ name\ with\ no\ special\ characters.txt 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/normal\ name\ with\ no\ special\ characters.txt" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xajacop7lede/normal name with no special characters.txt 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/normal name with no special characters.txt" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/normal\ name\ with\ no\ special\ characters.txt 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/normal\ name\ with\ no\ special\ characters.txt" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xajacop7lede/normal name with no special characters.txt 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/測試_Русский___ě_áñ" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/測試_Русский___ě_áñ 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/測試_Русский___ě_áñ" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xajacop7lede/測試_Русский___ě_áñ 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:39 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/測試_Русский___ě_áñ" 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/測試_Русский___ě_áñ 2026/04/13 05:15:39 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/測試_Русский___ě_áñ" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xajacop7lede/測試_Русский___ě_áñ 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/13 05:15:40 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/normal name with no special characters.txt" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/normal\ name\ with\ no\ special\ characters.txt 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/normal\ name\ with\ no\ special\ characters.txt" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xajacop7lede/normal name with no special characters.txt 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/測試_Русский___ě_áñ" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/測試_Русский___ě_áñ 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/測試_Русский___ě_áñ" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xajacop7lede/測試_Русский___ě_áñ 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:40 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:40 DEBUG : Looking for writers 2026/04/13 05:15:40 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/13 05:15:40 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/13 05:15:40 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.54s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:40 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Reusing VFS from active cache 2026/04/13 05:15:40 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:40 DEBUG : Looking for writers 2026/04/13 05:15:40 DEBUG : >WaitForWriters: 2026/04/13 05:15:40 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:40 DEBUG : Looking for writers 2026/04/13 05:15:40 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:40 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:40 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:40 DEBUG : Looking for writers 2026/04/13 05:15:40 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:40 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:40 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:40 DEBUG : Looking for writers 2026/04/13 05:15:40 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:40 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/13 05:15:40 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:40 DEBUG : dir: Looking for writers 2026/04/13 05:15:40 DEBUG : file2: reading active writers 2026/04/13 05:15:40 DEBUG : Looking for writers 2026/04/13 05:15:40 DEBUG : dir: reading active writers 2026/04/13 05:15:40 DEBUG : file1: reading active writers 2026/04/13 05:15:40 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.38s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:40 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:40 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/13 05:15:40 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:40 DEBUG : dir: Looking for writers 2026/04/13 05:15:40 DEBUG : Looking for writers 2026/04/13 05:15:40 DEBUG : dir: reading active writers 2026/04/13 05:15:40 DEBUG : file1: reading active writers 2026/04/13 05:15:40 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.39s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:40 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:40 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/13 05:15:41 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:41 DEBUG : file1: Open: flags=O_RDONLY 2026/04/13 05:15:41 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/13 05:15:41 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/13 05:15:41 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:41 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:41 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/13 05:15:41 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (0 bytes), uploading instead of streaming 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/new_file.txt" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/new_file.txt 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/new_file.txt" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/dir/new_file.txt 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/13 05:15:41 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/13 05:15:41 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/13 05:15:41 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:41 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/13 05:15:41 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:41 DEBUG : dir: Looking for writers 2026/04/13 05:15:41 DEBUG : file2: reading active writers 2026/04/13 05:15:41 DEBUG : new_file.txt: reading active writers 2026/04/13 05:15:41 DEBUG : Looking for writers 2026/04/13 05:15:41 DEBUG : dir: reading active writers 2026/04/13 05:15:41 DEBUG : file1: reading active writers 2026/04/13 05:15:41 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.44s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:41 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file2" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xajacop7lede/dir/file2 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/13 05:15:41 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/13 05:15:41 DEBUG : dir/file1: Updating file with dir/file1 0x27f0e600c600 2026/04/13 05:15:41 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/13 05:15:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/dir/file1" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xajacop7lede/dir/file1 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/13 05:15:41 INFO : dir/file1: Moved (server-side) to: file0 2026/04/13 05:15:41 DEBUG : file0: Updating file with file0 0x27f0e600c600 2026/04/13 05:15:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/13 05:15:41 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file0" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file0 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file0" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xajacop7lede/file0 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file0" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file0 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file0" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xajacop7lede/file0 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:41 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/13 05:15:41 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:41 DEBUG : dir: Looking for writers 2026/04/13 05:15:41 DEBUG : Looking for writers 2026/04/13 05:15:41 DEBUG : file0: reading active writers 2026/04/13 05:15:41 DEBUG : dir: reading active writers 2026/04/13 05:15:41 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.55s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:41 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Server has VFS statistics extension 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: About path "/rclone-test-xajacop7lede" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: About path "/rclone-test-xajacop7lede" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: About using shell command for shell type "unix" 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: df -k /rclone-test-xajacop7lede 2026/04/13 05:15:41 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: 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-xajacop7lede" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 146684912 4088096 93% / 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:42 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:42 DEBUG : Looking for writers 2026/04/13 05:15:42 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.11s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:42 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: 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/13 05:15:42 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: 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/13 05:15:42 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:42 DEBUG : Looking for writers 2026/04/13 05:15:42 DEBUG : a: Looking for writers 2026/04/13 05:15:42 DEBUG : b: Looking for writers 2026/04/13 05:15:42 DEBUG : c: Looking for writers 2026/04/13 05:15:42 DEBUG : d: Looking for writers 2026/04/13 05:15:42 DEBUG : Looking for writers 2026/04/13 05:15:42 DEBUG : /: reading active writers 2026/04/13 05:15:42 DEBUG : a: reading active writers 2026/04/13 05:15:42 DEBUG : b: reading active writers 2026/04/13 05:15:42 DEBUG : c: reading active writers 2026/04/13 05:15:42 DEBUG : d: reading active writers 2026/04/13 05:15:42 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.24s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:42 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/13 05:15:42 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/13 05:15:42 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/13 05:15:42 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/13 05:15:42 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:42 DEBUG : a/b/c/d: Looking for writers 2026/04/13 05:15:42 DEBUG : a/b/c: Looking for writers 2026/04/13 05:15:42 DEBUG : d: reading active writers 2026/04/13 05:15:42 DEBUG : a/b: Looking for writers 2026/04/13 05:15:42 DEBUG : c: reading active writers 2026/04/13 05:15:42 DEBUG : a: Looking for writers 2026/04/13 05:15:42 DEBUG : b: reading active writers 2026/04/13 05:15:42 DEBUG : Looking for writers 2026/04/13 05:15:42 DEBUG : a: reading active writers 2026/04/13 05:15:42 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.05s) === 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-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:42 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:42 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:42 DEBUG : Looking for writers 2026/04/13 05:15:42 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-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:42 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/13 05:15:42 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/13 05:15:42 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (5 bytes), uploading instead of streaming 2026/04/13 05:15:42 DEBUG : file1: size = 5 OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:42 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:42 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:42 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:42 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/13 05:15:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:42 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/13 05:15:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/13 05:15:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (0 bytes), uploading instead of streaming 2026/04/13 05:15:42 DEBUG : file1: size = 0 OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:42 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:42 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/13 05:15:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/13 05:15:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (7 bytes), uploading instead of streaming 2026/04/13 05:15:42 DEBUG : file1: size = 7 OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:42 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:42 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/13 05:15:42 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/13 05:15:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:42 DEBUG : Looking for writers 2026/04/13 05:15:42 DEBUG : file1: reading active writers 2026/04/13 05:15:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.45s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:42 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:42 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/13 05:15:43 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/13 05:15:43 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/13 05:15:43 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (11 bytes), uploading instead of streaming 2026/04/13 05:15:43 DEBUG : file1: size = 11 OK 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:43 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/13 05:15:43 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/13 05:15:43 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:43 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:43 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/13 05:15:44 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:44 DEBUG : Looking for writers 2026/04/13 05:15:44 DEBUG : file1: reading active writers 2026/04/13 05:15:44 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.26s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:44 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (5 bytes), uploading instead of streaming 2026/04/13 05:15:44 DEBUG : file1: size = 5 OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/13 05:15:44 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/13 05:15:44 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/13 05:15:44 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:44 DEBUG : Looking for writers 2026/04/13 05:15:44 DEBUG : file1: reading active writers 2026/04/13 05:15:44 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:44 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : file1: WriteFileHandle.Release closing 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (0 bytes), uploading instead of streaming 2026/04/13 05:15:44 DEBUG : file1: size = 0 OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:44 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/13 05:15:44 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/13 05:15:44 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:44 DEBUG : Looking for writers 2026/04/13 05:15:44 DEBUG : file1: reading active writers 2026/04/13 05:15:44 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.07s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:44 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (2 bytes), uploading instead of streaming 2026/04/13 05:15:44 DEBUG : file1: size = 2 OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/13 05:15:44 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/13 05:15:44 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:44 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:44 DEBUG : Looking for writers 2026/04/13 05:15:44 DEBUG : file1: reading active writers 2026/04/13 05:15:44 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:44 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (0 bytes), uploading instead of streaming 2026/04/13 05:15:44 DEBUG : file1: size = 0 OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/13 05:15:44 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/13 05:15:44 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:44 DEBUG : file1: Open: flags=O_RDONLY 2026/04/13 05:15:44 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/13 05:15:44 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/13 05:15:44 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:44 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:44 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:44 DEBUG : Looking for writers 2026/04/13 05:15:44 DEBUG : file1: reading active writers 2026/04/13 05:15:44 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:44 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/13 05:15:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: File to upload is small (100 bytes), uploading instead of streaming 2026/04/13 05:15:44 DEBUG : file1: size = 100 OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/file1" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 2eae79aaeb10c03cfb67f1f990a685de /rclone-test-xajacop7lede/file1 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : file1: Parsed hash: 2eae79aaeb10c03cfb67f1f990a685de 2026/04/13 05:15:44 DEBUG : file1: md5 = 2eae79aaeb10c03cfb67f1f990a685de OK 2026/04/13 05:15:44 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/13 05:15:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/13 05:15:44 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/13 05:15:44 DEBUG : file1: Open: flags=O_RDONLY 2026/04/13 05:15:44 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/13 05:15:44 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/13 05:15:44 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:44 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:44 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:44 DEBUG : Looking for writers 2026/04/13 05:15:44 DEBUG : file1: reading active writers 2026/04/13 05:15:44 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:44 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f000.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f000.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f000.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-xajacop7lede/flat/f000.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f000.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/flat/f000.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/flat/f000.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-xajacop7lede/flat/f000.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f001.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f001.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f001.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-xajacop7lede/flat/f001.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f001.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/flat/f001.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/flat/f001.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-xajacop7lede/flat/f001.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:44 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f002.txt" 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f002.txt 2026/04/13 05:15:44 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f002.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-xajacop7lede/flat/f002.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f002.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/flat/f002.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/flat/f002.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-xajacop7lede/flat/f002.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f003.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f003.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f003.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-xajacop7lede/flat/f003.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f003.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/flat/f003.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/flat/f003.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-xajacop7lede/flat/f003.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f004.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f004.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f004.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-xajacop7lede/flat/f004.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f004.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: sha1sum /rclone-test-xajacop7lede/flat/f004.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xajacop7lede/flat/f004.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-xajacop7lede/flat/f004.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/13 05:15:45 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/13 05:15:45 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/13 05:15:45 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:45 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f000.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f000.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f000.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-xajacop7lede/flat/f000.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/13 05:15:45 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/13 05:15:45 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/13 05:15:45 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:45 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f001.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f001.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f001.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-xajacop7lede/flat/f001.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/13 05:15:45 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/13 05:15:45 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/13 05:15:45 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:45 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f002.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f002.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f002.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-xajacop7lede/flat/f002.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/13 05:15:45 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/13 05:15:45 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/13 05:15:45 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:45 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f003.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f003.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f003.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-xajacop7lede/flat/f003.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:45 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/13 05:15:45 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/13 05:15:45 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/13 05:15:45 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:45 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/flat/f004.txt" 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/flat/f004.txt 2026/04/13 05:15:45 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/flat/f004.txt" 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-xajacop7lede/flat/f004.txt 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:46 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/13 05:15:46 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:46 DEBUG : flat: Looking for writers 2026/04/13 05:15:46 DEBUG : f000.txt: reading active writers 2026/04/13 05:15:46 DEBUG : f001.txt: reading active writers 2026/04/13 05:15:46 DEBUG : f002.txt: reading active writers 2026/04/13 05:15:46 DEBUG : f003.txt: reading active writers 2026/04/13 05:15:46 DEBUG : f004.txt: reading active writers 2026/04/13 05:15:46 DEBUG : Looking for writers 2026/04/13 05:15:46 DEBUG : flat: reading active writers 2026/04/13 05:15:46 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.47s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:46 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:46 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/13 05:15:46 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/13 05:15:46 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:46 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/a/b/c/deep.txt" 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/a/b/c/deep.txt 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/a/b/c/deep.txt" 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-xajacop7lede/a/b/c/deep.txt 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:46 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/13 05:15:46 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/13 05:15:46 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/13 05:15:46 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:46 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/a/b/mid.txt" 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/a/b/mid.txt 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/a/b/mid.txt" 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-xajacop7lede/a/b/mid.txt 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:46 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/13 05:15:46 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/13 05:15:46 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/13 05:15:46 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:46 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/a/top.txt" 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/a/top.txt 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/a/top.txt" 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-xajacop7lede/a/top.txt 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:46 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/13 05:15:46 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:46 DEBUG : a/b/c: Looking for writers 2026/04/13 05:15:46 DEBUG : deep.txt: reading active writers 2026/04/13 05:15:46 DEBUG : a/b: Looking for writers 2026/04/13 05:15:46 DEBUG : c: reading active writers 2026/04/13 05:15:46 DEBUG : mid.txt: reading active writers 2026/04/13 05:15:46 DEBUG : a: Looking for writers 2026/04/13 05:15:46 DEBUG : b: reading active writers 2026/04/13 05:15:46 DEBUG : top.txt: reading active writers 2026/04/13 05:15:46 DEBUG : Looking for writers 2026/04/13 05:15:46 DEBUG : a: reading active writers 2026/04/13 05:15:46 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.25s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:46 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/bigdir/big.bin" 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/bigdir/big.bin 2026/04/13 05:15:46 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/bigdir/big.bin" 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: f9f6ea87320af453211e524a1e24c901 /rclone-test-xajacop7lede/bigdir/big.bin 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:47 DEBUG : bigdir/big.bin: Parsed hash: f9f6ea87320af453211e524a1e24c901 2026/04/13 05:15:47 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:47 DEBUG : bigdir: Looking for writers 2026/04/13 05:15:47 DEBUG : big.bin: reading active writers 2026/04/13 05:15:47 DEBUG : Looking for writers 2026/04/13 05:15:47 DEBUG : bigdir: reading active writers 2026/04/13 05:15:47 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.79s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-xajacop7lede", Local "Local file system at /tmp/rclone648092351", Modify Window "1s" 2026/04/13 05:15:47 INFO : sftp://rclone@:22/rclone-test-xajacop7lede: poll-interval is not supported by this remote 2026/04/13 05:15:47 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/13 05:15:47 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/13 05:15:47 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:47 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir1/a.txt" 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir1/a.txt 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir1/a.txt" 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-xajacop7lede/dir1/a.txt 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:47 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/13 05:15:47 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/13 05:15:47 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/13 05:15:47 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:47 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir2/b.txt" 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir2/b.txt 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir2/b.txt" 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: 415290769594460e2e485922904f345d /rclone-test-xajacop7lede/dir2/b.txt 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:47 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/13 05:15:47 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/13 05:15:47 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/13 05:15:47 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/13 05:15:47 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Shell path "/rclone-test-xajacop7lede/dir3/c.txt" 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: creating additional session 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Running remote command: md5sum /rclone-test-xajacop7lede/dir3/c.txt 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xajacop7lede/dir3/c.txt" 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: command exited OK 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-xajacop7lede/dir3/c.txt 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: ssh external: close 2026/04/13 05:15:47 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/13 05:15:47 DEBUG : WaitForWriters: timeout=30s 2026/04/13 05:15:47 DEBUG : dir1: Looking for writers 2026/04/13 05:15:47 DEBUG : a.txt: reading active writers 2026/04/13 05:15:47 DEBUG : dir2: Looking for writers 2026/04/13 05:15:47 DEBUG : b.txt: reading active writers 2026/04/13 05:15:47 DEBUG : dir3: Looking for writers 2026/04/13 05:15:47 DEBUG : c.txt: reading active writers 2026/04/13 05:15:47 DEBUG : Looking for writers 2026/04/13 05:15:47 DEBUG : dir1: reading active writers 2026/04/13 05:15:47 DEBUG : dir2: reading active writers 2026/04/13 05:15:47 DEBUG : dir3: reading active writers 2026/04/13 05:15:47 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/13 05:15:47 DEBUG : sftp://rclone@:22/rclone-test-xajacop7lede: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 45.705067457s (try 1/5)